From cfd69ae971f1b23887ace7806b4fcd8281be1d2c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 9 Sep 2014 23:08:38 +0100 Subject: Make update_db_time static * src/check_mandirs.c (update_db_time): Make this static; its only uses are within the same file. * src/check_mandirs.h (update_db_time): Remove prototype. --- src/check_mandirs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/check_mandirs.h') 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); -- cgit v1.2.3