diff options
author | midipix <writeonce@midipix.org> | 2018-08-04 06:04:41 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-04 06:04:41 -0400 |
commit | f3339c87545a02d231d5229d9ccca6e81ed0ef79 (patch) | |
tree | 7647da6188e8166a7591e477f9bb44c400cbf3be /include | |
parent | 4999503f7e76a4f49c287f62293321f265eb71fa (diff) | |
download | apimagic-f3339c87545a02d231d5229d9ccca6e81ed0ef79.tar.bz2 apimagic-f3339c87545a02d231d5229d9ccca6e81ed0ef79.tar.xz |
library: removed amgc_create_driver_ctx() [too much of a good thing].
Diffstat (limited to 'include')
-rw-r--r-- | include/apimagic/apimagic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/apimagic/apimagic.h b/include/apimagic/apimagic.h index 299dfeb..45403bc 100644 --- a/include/apimagic/apimagic.h +++ b/include/apimagic/apimagic.h @@ -191,7 +191,6 @@ amgc_api const struct amgc_source_version * amgc_source_version(void); /* driver api */ amgc_api int amgc_get_driver_ctx (char ** argv, char ** envp, uint32_t flags, struct amgc_driver_ctx **); -amgc_api int amgc_create_driver_ctx (const struct amgc_common_ctx *, struct amgc_driver_ctx **); amgc_api void amgc_free_driver_ctx (struct amgc_driver_ctx *); amgc_api int amgc_get_unit_ctx (const struct amgc_driver_ctx *, const char * path, struct amgc_unit_ctx **); |