]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Add some missing static qualifiers.
authorCarl Worth <cworth@cworth.org>
Tue, 2 Nov 2010 04:58:43 +0000 (21:58 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 2 Nov 2010 04:58:43 +0000 (21:58 -0700)
These various functions and data are all used only locally, so should
be marked static. Ensuring we get these right will avoid us accidentally
leaking unintended symbols through the library interface.


No differences found