summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/util.h')
-rw-r--r--polyp/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h
index 922aa49e..2cfc5f6e 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -90,4 +90,7 @@ char *pa_runtime_path(const char *fn, char *s, size_t l);
int pa_msleep(unsigned long t);
+int pa_atoi(const char *s, int32_t *ret_i);
+int pa_atou(const char *s, uint32_t *ret_u);
+
#endif