summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 1e031e9a..558a6b05 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -384,8 +384,17 @@ int m_sob(void);
void m_sob_brd(char *bname,char *fromdir);
#endif
-/* more */
+#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);