summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index dba89ee8..c5c6db82 100644
--- a/src/util.h
+++ b/src/util.h
@@ -23,4 +23,6 @@ int pa_unix_socket_remove_stale(const char *fn);
void pa_check_for_sigpipe(void);
+char *pa_sprintf_malloc(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
+
#endif