summaryrefslogtreecommitdiffstats
path: root/include/parseopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parseopt.h')
-rw-r--r--include/parseopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/parseopt.h b/include/parseopt.h
index 1f9763f8c9..273a371ac3 100644
--- a/include/parseopt.h
+++ b/include/parseopt.h
@@ -1,5 +1,7 @@
#ifndef __PARSEOPT_H__
#define __PARSEOPT_H__
+void parseopt_llu_suffix(const char *options, const char *opt,
+ unsigned long long *val);
void parseopt_b(const char *options, const char *opt, bool *val);
void parseopt_hu(const char *options, const char *opt, unsigned short *val);