summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ntux_driver_impl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/internal/ntux_driver_impl.h b/src/internal/ntux_driver_impl.h
index 38d10cc..3f7520f 100644
--- a/src/internal/ntux_driver_impl.h
+++ b/src/internal/ntux_driver_impl.h
@@ -11,8 +11,10 @@
#define NTUX_OPTV_ELEMENTS 64
-extern const struct argv_option ntux_default_options[];
-extern const ntapi_vtbl * ntux_ntapi;
+extern const struct argv_option ntux_default_options[];
+extern const struct argv_option ntux_spawn_options[];
+extern const struct argv_option ntux_strace_options[];
+extern const struct _ntapi_vtbl * ntux_ntapi;
#define ntapi ntux_ntapi