X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fsnprintf.h;h=69a849ab19ba2b25fdc0f2a1885372b85a6b1d1e;hp=443d7063dfbe8ca9141036bdd0f14c798bb8b427;hb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;hpb=7b27a8f378d73a86e8ff5e4fa3285117362481c5 diff --git a/include/yaz/snprintf.h b/include/yaz/snprintf.h index 443d706..69a849a 100644 --- a/include/yaz/snprintf.h +++ b/include/yaz/snprintf.h @@ -42,7 +42,7 @@ YAZ_BEGIN_CDECL YAZ_EXPORT void yaz_snprintf(char *buf, size_t size, const char *fmt, ...); YAZ_EXPORT void yaz_vsnprintf(char *buf, size_t size, const char *fmt, va_list ap); - + YAZ_END_CDECL #endif