diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-04-13 09:13:51 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-04-13 21:10:24 -0400 |
commit | 7b35cb1e4a4b5fa01f9be108192af0b3036229c3 (patch) | |
tree | c923383e2a971b7658c4e1940bad2cf6c234125e /c_src/tools-util.h | |
parent | 4f5dba7a87d4534f232449b9d23a1b972e2f6d28 (diff) |
reshuffle device_cmds(), data_cmds()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'c_src/tools-util.h')
-rw-r--r-- | c_src/tools-util.h | 2 |
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 */ |