summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/proto.h b/include/proto.h
index 558a6b05..4b969e08 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -384,18 +384,11 @@ int m_sob(void);
void m_sob_brd(char *bname,char *fromdir);
#endif
-#ifdef USE_PIAIP_MORE
-#ifndef REAL_MORE
-#define more(a,b) pmore(a,b)
-#endif
-#else
/* old more */
int more(char *fpath, int promptend);
-#endif
/* piaip's new pager */
int pmore(char *fpath, int promptend);
-
/* name */
typedef int (*gnc_comp_func)(int, const char*, int);
typedef int (*gnc_perm_func)(int);