summaryrefslogtreecommitdiff
path: root/c_src/tools-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/tools-util.h')
-rw-r--r--c_src/tools-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c_src/tools-util.h b/c_src/tools-util.h
index 1694ad86..ca84dd01 100644
--- a/c_src/tools-util.h
+++ b/c_src/tools-util.h
@@ -213,4 +213,6 @@ unsigned version_parse(char *);
darray_str get_or_split_cmdline_devs(int argc, char *argv[]);
+char *pop_cmd(int *argc, char *argv[]);
+
#endif /* _TOOLS_UTIL_H */