X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fxutil.h;h=fd77f733a5b33a35dfb32bcb3055c0c1147a5303;hp=b973f7dcbf752f4cca74d69ef86bcf027cde3aaa;hb=565d87c2aab7d3c389a958c068323683316e5e0f;hpb=8cbb5114a20c1217f23977fd5edca99a0b7a2955 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