]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Add GCC visibility(hidden) pragmas to private header files.
authorCarl Worth <cworth@cworth.org>
Tue, 2 Nov 2010 05:01:15 +0000 (22:01 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 2 Nov 2010 05:35:48 +0000 (22:35 -0700)
This prevents any of the private functions from being leaked out
through the library interface (at least when compiling with a
recent-enough gcc to support the visibility pragma).


No differences found