1 /* 2 * TEMPLATE.H 3 * 4 * Released to the public domain. 5 * 6 * Prototypes for TEMPLATE.C. 7 */ 8 9 #ifndef __TEMPLATE_H__ 10 #define __TEMPLATE_H__ 11 12 int MakeTemplateMsg(msg * m, msg * oldmsg, int olda, int type); 13 void make_tearline(char *buf); 14 15 #endif 16