]> git.notmuchmail.org Git - notmuch/commit - lib/index.cc
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)
commit67c3bc9db48c9e12d648df4792c706cae723676c
treefdeff4d93d3da44152b04d1173451ae69f19b0db
parent71ff704149d2ab64e14f6731cf84f5185c038751
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.
lib/database.cc
lib/directory.cc
lib/index.cc
lib/thread.cc