Rewrite sprintf_alloc.
[oweals/opkg-lede.git] / libopkg / sprintf_alloc.h
index 3d68d69a3b8e1337080c8c549d5ca0329e81f607..bcf42a4f1ce5803e7c6f3f3a6f2481c8a66b0400 100644 (file)
@@ -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