diff options
author | midipix <writeonce@midipix.org> | 2018-05-23 03:40:20 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-22 23:49:18 -0400 |
commit | 5ec9b67e061e7bf839d6ae986354190d2e1e0037 (patch) | |
tree | 3f79cfd3ed355d2f5198e323d74d5ac270651dc6 /include | |
parent | 105c6c4b81ce64192e304827942a9aa65c8dd059 (diff) | |
download | ntux-5ec9b67e061e7bf839d6ae986354190d2e1e0037.tar.bz2 ntux-5ec9b67e061e7bf839d6ae986354190d2e1e0037.tar.xz |
ntux_cmd_spawn(): initial implementation and integration.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntux/ntux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntux/ntux.h b/include/ntux/ntux.h index d56e795..e5f4ac6 100644 --- a/include/ntux/ntux.h +++ b/include/ntux/ntux.h @@ -109,6 +109,7 @@ ntux_api void ntux_free_driver_ctx (struct ntux_driver_ctx *); /* cmd api */ ntux_api int ntux_cmd_stat (const struct ntux_driver_ctx *, const char *); +ntux_api int ntux_cmd_spawn (const struct ntux_driver_ctx *); /* utility api */ ntux_api int ntux_main (int, char **, char **); |