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 96fde11c..7dd7b7de 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -35,4 +35,7 @@ void pa_check_for_sigpipe(void);
char *pa_sprintf_malloc(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
+char *pa_get_user_name(char *s, size_t l);
+char *pa_get_host_name(char *s, size_t l);
+
#endif