summaryrefslogtreecommitdiffstats
path: root/mbbsd/more.c
blob: 0a94d50606f3846322bbb549bf85f70ebac923de (plain) (blame)
1
2
3
4
5
6
7
8
9
/* $Id$ */
#include "bbs.h"

/* use new pager: piaip's more. */
int more(char *fpath, int promptend)
{
    return pmore(fpath, promptend);
}