summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-10-24 14:17:53 -0400
committermidipix <writeonce@midipix.org>2018-10-24 14:17:53 -0400
commitd9887764b73c7aa2b8e2b8f3e173747fd663e66e (patch)
treeaa2ab4404a3694976f5d7ba3a1889f61b3e3be8b /include
parent85f619d7a434e9d72ad9efa622127a996546646b (diff)
downloadslibtool-d9887764b73c7aa2b8e2b8f3e173747fd663e66e.tar.bz2
slibtool-d9887764b73c7aa2b8e2b8f3e173747fd663e66e.tar.xz
driver: execution context: added slbt_reset_argvector().
Diffstat (limited to 'include')
-rw-r--r--include/slibtool/slibtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h
index 18fdc30..2335ae5 100644
--- a/include/slibtool/slibtool.h
+++ b/include/slibtool/slibtool.h
@@ -272,6 +272,7 @@ slbt_api int slbt_set_driver_fdctx (struct slbt_driver_ctx *, const struct
/* execution context api */
slbt_api int slbt_get_exec_ctx (const struct slbt_driver_ctx *, struct slbt_exec_ctx **);
slbt_api void slbt_free_exec_ctx (struct slbt_exec_ctx *);
+slbt_api void slbt_reset_argvector (struct slbt_exec_ctx *);
slbt_api void slbt_reset_arguments (struct slbt_exec_ctx *);
slbt_api void slbt_reset_placeholders (struct slbt_exec_ctx *);
slbt_api void slbt_disable_placeholders (struct slbt_exec_ctx *);