summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntux_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-26 22:02:42 +0000
committermidipix <writeonce@midipix.org>2016-12-27 04:40:59 -0500
commit2404cd8761998d454dd7f0e2e276d2a14970f32a (patch)
tree623917d620c6eb6dc10ee8b5ff66364072953216 /src/internal/ntux_driver_impl.h
parent26e14f4143ec690a120e197a3adf547145e4ce59 (diff)
downloadntux-2404cd8761998d454dd7f0e2e276d2a14970f32a.tar.bz2
ntux-2404cd8761998d454dd7f0e2e276d2a14970f32a.tar.xz
argv.h: use an option vector rather than a direct pointer to the option table.
Diffstat (limited to 'src/internal/ntux_driver_impl.h')
-rw-r--r--src/internal/ntux_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/ntux_driver_impl.h b/src/internal/ntux_driver_impl.h
index 815f3ef..822f131 100644
--- a/src/internal/ntux_driver_impl.h
+++ b/src/internal/ntux_driver_impl.h
@@ -9,6 +9,8 @@
#include <ntux/ntux.h>
#include "argv/argv.h"
+#define NTUX_OPTV_ELEMENTS 64
+
extern const struct argv_option ntux_default_options[];
extern const ntapi_vtbl * ntux_ntapi;