]> mj.ucw.cz Git - libucw.git/blobdiff - lib/mempool.h
Fixed parsing of bin/config output (by TomHol in rel-3-6-1).
[libucw.git] / lib / mempool.h
index 98d46e57d620bdb8f4cb03816c90eec556f83eb5..255e5389fd8431d7974fe32af8046eb261dbc9a1 100644 (file)
@@ -72,7 +72,7 @@ mp_strcat(struct mempool *mp, char *x, char *y)
 
 /* mempool-fmt.c */
 
-char *mp_printf(struct mempool *p, char *fmt, ...);
+char *mp_printf(struct mempool *p, char *fmt, ...) FORMAT_CHECK(printf,2,3);
 char *mp_vprintf(struct mempool *p, char *fmt, va_list args);
 
 #endif