summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/check_mandirs.c2
-rw-r--r--src/check_mandirs.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/check_mandirs.c b/src/check_mandirs.c
index debbdbe6..e9a46885 100644
--- a/src/check_mandirs.c
+++ b/src/check_mandirs.c
@@ -526,7 +526,7 @@ static int testmandirs (const char *path, const char *catpath, time_t last,
}
/* update the time key stored within `database' */
-void update_db_time (void)
+static void update_db_time (void)
{
datum key, content;
#ifdef FAST_BTREE
diff --git a/src/check_mandirs.h b/src/check_mandirs.h
index 64997c47..38d93e5f 100644
--- a/src/check_mandirs.h
+++ b/src/check_mandirs.h
@@ -24,7 +24,6 @@
/* check_mandirs.c */
extern void test_manfile (const char *file, const char *path);
-extern void update_db_time (void);
extern int create_db (const char *manpath, const char *catpath);
extern int update_db (const char *manpath, const char *catpath);
extern void purge_pointers (const char *name);