summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ptycon_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-26 08:42:40 +0000
committermidipix <writeonce@midipix.org>2016-12-26 03:48:03 -0500
commit97d3f37f9f03c7bf99d633701c7dd8ad920c50ed (patch)
tree0110da0b47b93f44c1d78058fa3c5cea9502720a /src/internal/ptycon_driver_impl.h
parentff63f9a47bb5a47aa5dc9e0ea20e93be1ee17c6f (diff)
downloadptycon-97d3f37f9f03c7bf99d633701c7dd8ad920c50ed.tar.bz2
ptycon-97d3f37f9f03c7bf99d633701c7dd8ad920c50ed.tar.xz
argv.h: use an option vector rather than a direct pointer to the option table.
Diffstat (limited to 'src/internal/ptycon_driver_impl.h')
-rw-r--r--src/internal/ptycon_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/ptycon_driver_impl.h b/src/internal/ptycon_driver_impl.h
index 438c178..486def3 100644
--- a/src/internal/ptycon_driver_impl.h
+++ b/src/internal/ptycon_driver_impl.h
@@ -12,6 +12,8 @@
#include "ptycon_bridge_impl.h"
#include "argv/argv.h"
+#define PTYC_OPTV_ELEMENTS 64
+
extern const struct argv_option ptyc_default_options[];
extern const ntapi_vtbl * ptyc_ntapi;
extern const ntcon_vtbl * const ptyc_ntcon;