summaryrefslogtreecommitdiff
path: root/src/manp.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2001-07-04 10:45:59 +0000
committerColin Watson <cjwatson@debian.org>2001-07-04 10:45:59 +0000
commit4a9fe64eb08b8e1407469939d91c1bf116033085 (patch)
tree4e312582cbd2eb372d35bf6b14a1ead1f98cd417 /src/manp.h
parent5845c8778a04e505d5c64b1184bfec79ee657d71 (diff)
Make sure that configuration in ~/.manpath is not trusted.
Diffstat (limited to 'src/manp.h')
-rw-r--r--src/manp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manp.h b/src/manp.h
index e4203fd1..eee7b32d 100644
--- a/src/manp.h
+++ b/src/manp.h
@@ -5,7 +5,7 @@ extern char *add_system_manpath (char *systems, char *manpathlist);
extern char *manpath (char *systems);
extern void create_pathlist (char *manp, char **mp);
extern char *get_mandb_manpath (void);
-extern char *global_catpath (char *name);
+extern char *get_catpath (char *name, int cattype);
extern int is_global_mandir (const char *dir);
extern void read_config_file (void);
extern char *get_def (char *thing, char *def);