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 adc4429b..f34ba4c0 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -43,6 +43,9 @@ char *pa_vsprintf_malloc(const char *format, va_list ap);
char *pa_get_user_name(char *s, size_t l);
char *pa_get_host_name(char *s, size_t l);
+char *pa_get_binary_name(char *s, size_t l);
+
+char *pa_path_get_filename(const char *p);
pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b);
int pa_timeval_cmp(const struct timeval *a, const struct timeval *b);