aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.h')
-rw-r--r--src/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string.h b/src/string.h
index fb77e64..b472e82 100644
--- a/src/string.h
+++ b/src/string.h
@@ -10,4 +10,6 @@
char *stpecpy(char *dst, char *end, const char *src);
+int string_to_int(const char *src, int *result);
+
#endif