1 /* $MirOS: contrib/code/jupp/uformat.h,v 1.2 2008/05/13 13:08:28 tg Exp $ */
3 * User text formatting functions
5 * (C) 1992 Joseph H. Allen
7 * This file is part of JOE (Joe's Own Editor)
10 #define _JOE_UFORMAT_H 1
15 int ucenter PARAMS((BW *bw));
16 P *pbop PARAMS((P *p));
17 P *peop PARAMS((P *p));
18 int ubop PARAMS((BW *bw));
19 int ueop PARAMS((BW *bw));
20 void wrapword PARAMS((P *p, long int indent, int french, unsigned char *indents));
21 int uformat PARAMS((BW *bw));
22 int ufmtblk PARAMS((BW *bw));