From 67c3bc9db48c9e12d648df4792c706cae723676c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 1 Nov 2010 21:58:43 -0700 Subject: 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/directory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/directory.cc') diff --git a/lib/directory.cc b/lib/directory.cc index 5d673e21..f576e336 100644 --- a/lib/directory.cc +++ b/lib/directory.cc @@ -52,7 +52,7 @@ _notmuch_filenames_destructor (notmuch_filenames_t *filenames) * iterating over the non-prefixed portion of terms sharing a common * prefix. */ -notmuch_filenames_t * +static notmuch_filenames_t * _notmuch_filenames_create (void *ctx, notmuch_database_t *notmuch, const char *prefix) -- cgit v1.2.3