--- sbbs/src/sbbs3/qwk.h 2018/04/24 16:41:24 1.1 +++ sbbs/src/sbbs3/qwk.h 2018/04/24 16:43:50 1.1.1.2 @@ -2,13 +2,13 @@ /* Synchronet QWK-related structures, constants, and prototypes */ -/* $Id: qwk.h,v 1.1 2018/04/24 16:41:24 root Exp $ */ +/* $Id: qwk.h,v 1.1.1.2 2018/04/24 16:43:50 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2000 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2011 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -37,6 +37,7 @@ #define QWK_NEWLINE '\xe3' /* QWK line terminator */ #define QWK_BLOCK_LEN 128 +#define QWK_HFIELD_LEN 25 /* Header field (To/From/Subject) length */ /* QWK mode bits */ #define QM_TAGLINE (1<<5) /* Place tagline at end of qwk message */