summaryrefslogtreecommitdiffstats
path: root/src/util/strtonum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/strtonum.h')
-rw-r--r--src/util/strtonum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/strtonum.h b/src/util/strtonum.h
index 450959621..d9c31e9cd 100644
--- a/src/util/strtonum.h
+++ b/src/util/strtonum.h
@@ -29,4 +29,6 @@
int32_t strtoint32(const char *nptr, char **endptr, int base);
uint32_t strtouint32(const char *nptr, char **endptr, int base);
+uint16_t strtouint16(const char *nptr, char **endptr, int base);
+
#endif /* _STRTONUM_H_ */