X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=osl_core.h;h=966ef6fd5bde16747f968a2dbd788269db772e0c;hp=858743aae308c236d242586abdcf6ac50e99ee0e;hb=55f0ec4ba380864a06f14a7ea5793407e88def87;hpb=f065a93d3307f2065fcf8c95509166d15af4194c diff --git a/osl_core.h b/osl_core.h index 858743a..966ef6f 100644 --- a/osl_core.h +++ b/osl_core.h @@ -9,7 +9,7 @@ #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 {