]> git.tuebingen.mpg.de Git - osl.git/blobdiff - osl_core.h
osl.h depends on Makefile.
[osl.git] / osl_core.h
index 858743aae308c236d242586abdcf6ac50e99ee0e..966ef6fd5bde16747f968a2dbd788269db772e0c 100644 (file)
@@ -9,7 +9,7 @@
 #include "rbtree.h"
 #include "hash.h"
 
 #include "rbtree.h"
 #include "hash.h"
 
-static __must_check __printf_1_2 __malloc char *make_message(const char *fmt, ...);
+__must_check __printf_1_2 __malloc char *make_message(const char *fmt, ...);
 
 /** Internal representation of a column of an osl table. */
 struct osl_column {
 
 /** Internal representation of a column of an osl table. */
 struct osl_column {