1 /* $MirOS: contrib/code/jupp/main.h,v 1.3 2012/12/22 00:06:12 tg Exp $ */
3 * Editor startup and edit loop
5 * (C) 1992 Joseph H. Allen
7 * This file is part of JOE (Joe's Own Editor)
15 extern const char null[];
17 extern unsigned char *exmsg; /* Exit message */
18 extern int help; /* Set to start with help on */
19 extern SCREEN *maint; /* Primary screen */
20 void nungetc PARAMS((int c));
21 void dofollows PARAMS((void));
22 int edloop PARAMS((int flg));
23 void edupd PARAMS((int flg));