summaryrefslogtreecommitdiffstats
path: root/include/parseopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parseopt.h')
-rw-r--r--include/parseopt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/parseopt.h b/include/parseopt.h
index 5a40bdc219..a944c3655f 100644
--- a/include/parseopt.h
+++ b/include/parseopt.h
@@ -6,7 +6,6 @@ void parseopt_llu_suffix(const char *options, const char *opt,
void parseopt_b(const char *options, const char *opt, bool *val);
void parseopt_hu(const char *options, const char *opt, unsigned short *val);
-void parseopt_u16(const char *options, const char *opt, uint16_t *val);
void parseopt_str(const char *options, const char *opt, char **val);
#endif /* __PARSEOPT_H__ */