X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl_core.h;h=966ef6fd5bde16747f968a2dbd788269db772e0c;hb=dd58755b9a202ab317f96e5dd5d9220c4354774a;hp=858743aae308c236d242586abdcf6ac50e99ee0e;hpb=f20ee31e76615776f4b56d57a3a4fc1919de2914;p=osl.git 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 {