summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-11 22:47:43 +0100
committerColin Watson <cjwatson@debian.org>2007-06-11 22:47:43 +0100
commit41d21725f08b26b74e33b7f60f34d0a4da47c2af (patch)
treef7cafc7fecf0116795cb144b1598fbcc5d1558dd /include
parentde65a5ea85bf602fe2e42904fcfb44c12f8e9a81 (diff)
* src/mandb.c (process_manpath): New function, split out from main.
(main): Use it. Move man_owner, purged, and strays to file scope. * src/straycats.c (straycats): Constify manpath argument. * include/manconfig.h.in (straycats): Update prototype.
Diffstat (limited to 'include')
-rw-r--r--include/manconfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/manconfig.h.in b/include/manconfig.h.in
index 0321fdf3..43423716 100644
--- a/include/manconfig.h.in
+++ b/include/manconfig.h.in
@@ -363,7 +363,7 @@ extern __inline__ void remove_ztemp (void);
extern __inline__ char *get_ztemp (void);
/* straycats.c */
-extern int straycats (char *mandir);
+extern int straycats (const char *manpath);
/* lexgrog.l */
struct lexgrog;