summaryrefslogtreecommitdiff
path: root/include/manconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/manconfig.h.in')
-rw-r--r--include/manconfig.h.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/manconfig.h.in b/include/manconfig.h.in
index 52431104..a2d02e6c 100644
--- a/include/manconfig.h.in
+++ b/include/manconfig.h.in
@@ -306,13 +306,6 @@ extern struct compression *comp_file (const char *filename);
/* straycats.c */
extern int straycats (const char *database, const char *manpath);
-/* lexgrog.l */
-struct lexgrog;
-extern int find_name (const char *file, const char *filename,
- struct lexgrog *p_lg, const char *encoding);
-extern int find_name_decompressed (struct pipeline *p, const char *filename,
- struct lexgrog *p_lg);
-
/* util.c */
extern int is_changed (const char *fa, const char *fb);
extern int is_directory (const char *path);
@@ -367,20 +360,4 @@ extern int quiet; /* be quiet(er) if 1 */
#define VER_KEY "$version$" /* version key */
#define VER_ID "2.5.0" /* version content */
-/* defines the ordered list of filters detected by lexgrog */
-enum { TBL_FILTER=0 /* tbl */
- , EQN_FILTER /* eqn */
- , PIC_FILTER /* pic */
- , GRAP_FILTER /* grap */
- , REF_FILTER /* refer */
- , VGRIND_FILTER /* vgrind */
- , MAX_FILTERS /* delimiter */
- };
-
-typedef struct lexgrog {
- int type;
- char *whatis;
- char *filters;
-} lexgrog;
-
#endif /* MANCONFIG_H */