summaryrefslogtreecommitdiff
path: root/src/man.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2001-06-28 21:39:40 +0000
committerColin Watson <cjwatson@debian.org>2001-06-28 21:39:40 +0000
commitb5a77e993717cdb908464c03b4d6b8f567cf3fdc (patch)
treea1bf3e5e6242e94097d71229c691eca88487218e /src/man.h
parent42fc46b2ab7eb52e999287a2116f43dc569c06fc (diff)
Teach mandb how to purge old entries from the database. Other minor fixes
discovered while debugging this.
Diffstat (limited to 'src/man.h')
-rw-r--r--src/man.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/man.h b/src/man.h
index b47a28d1..f30ad88a 100644
--- a/src/man.h
+++ b/src/man.h
@@ -9,6 +9,3 @@ static __inline__ int do_prompt (char *name);
/* convert_name.c */
extern char *convert_name (char *name, char *alternate);
-
-/* globbing.c */
-extern char **look_for_file(char *path, char *sec, char *name, int cat);