X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fxutil.h;h=fd77f733a5b33a35dfb32bcb3055c0c1147a5303;hp=b973f7dcbf752f4cca74d69ef86bcf027cde3aaa;hb=bb74e9dff80e64734308d5997c756fd96d041235;hpb=146549321044615d9aef2b30cedccda9c49f3f38 diff --git a/lib/xutil.h b/lib/xutil.h index b973f7dc..fd77f733 100644 --- a/lib/xutil.h +++ b/lib/xutil.h @@ -25,6 +25,8 @@ #include #include +#pragma GCC visibility push(hidden) + /* xutil.c */ void * xcalloc (size_t nmemb, size_t size); @@ -48,4 +50,6 @@ int xregexec (const regex_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags); +#pragma GCC visibility pop + #endif