From d9887764b73c7aa2b8e2b8f3e173747fd663e66e Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 24 Oct 2018 14:17:53 -0400 Subject: driver: execution context: added slbt_reset_argvector(). --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 *); -- cgit v1.2.3