From: Carl Worth Date: Tue, 2 Nov 2010 04:58:43 +0000 (-0700) Subject: lib: Add some missing static qualifiers. X-Git-Tag: 0.4~4 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=67c3bc9db48c9e12d648df4792c706cae723676c;hp=67c3bc9db48c9e12d648df4792c706cae723676c lib: Add some missing static qualifiers. 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. ---