diff options
author | midipix <writeonce@midipix.org> | 2018-08-04 06:57:53 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-04 06:57:53 -0400 |
commit | 787b40192a1415d973c04c3a02826db3fa51394f (patch) | |
tree | e7725985782bfb5cbdbef097403a62f4bb589db9 /include | |
parent | 71f809d21ce73dffecf370a761a83d892504465b (diff) | |
download | ntux-787b40192a1415d973c04c3a02826db3fa51394f.tar.bz2 ntux-787b40192a1415d973c04c3a02826db3fa51394f.tar.xz |
library: removed ntux_create_driver_ctx() [too much of a good thing].
Diffstat (limited to 'include')
-rw-r--r-- | include/ntux/ntux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ntux/ntux.h b/include/ntux/ntux.h index 6063304..29a6f55 100644 --- a/include/ntux/ntux.h +++ b/include/ntux/ntux.h @@ -110,7 +110,6 @@ ntux_api const struct ntux_source_version * ntux_source_version(void); /* driver api */ ntux_api int ntux_get_driver_ctx (char ** argv, char ** envp, uint32_t flags, struct ntux_driver_ctx **); -ntux_api int ntux_create_driver_ctx (const struct ntux_common_ctx *, struct ntux_driver_ctx **); ntux_api void ntux_free_driver_ctx (struct ntux_driver_ctx *); /* cmd api */ |