summaryrefslogtreecommitdiffstats
path: root/libopkg/sprintf_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/sprintf_alloc.h')
-rw-r--r--libopkg/sprintf_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/sprintf_alloc.h b/libopkg/sprintf_alloc.h
index 3d68d69..bcf42a4 100644
--- a/libopkg/sprintf_alloc.h
+++ b/libopkg/sprintf_alloc.h
@@ -18,6 +18,6 @@
#ifndef SPRINTF_ALLOC_H
#define SPRINTF_ALLOC_H
-int sprintf_alloc(char **str, const char *fmt, ...);
+void sprintf_alloc(char **str, const char *fmt, ...);
#endif