summaryrefslogtreecommitdiff
path: root/src/manp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manp.h')
-rw-r--r--src/manp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/manp.h b/src/manp.h
index eee7b32d..f08c86b2 100644
--- a/src/manp.h
+++ b/src/manp.h
@@ -1,9 +1,8 @@
/* manp.c */
extern char *cat_manpath (char *manp);
extern char *add_nls_manpath (char *manpathlist, const char *locale);
-extern char *add_system_manpath (char *systems, char *manpathlist);
-extern char *manpath (char *systems);
-extern void create_pathlist (char *manp, char **mp);
+extern char *manpath (const char *systems);
+extern void create_pathlist (const char *manp, char **mp);
extern char *get_mandb_manpath (void);
extern char *get_catpath (char *name, int cattype);
extern int is_global_mandir (const char *dir);