[mw-devel] MW3 r1157 - trunk/src
welshbyte at sucs.org
welshbyte at sucs.org
Fri Jul 23 10:41:42 BST 2010
Author: welshbyte
Date: 2010-07-23 10:41:42 +0100 (Fri, 23 Jul 2010)
New Revision: 1157
Modified:
trunk/src/bb.h
Log:
Remove some unused stuff from bb.h
Modified: trunk/src/bb.h
===================================================================
--- trunk/src/bb.h 2010-07-23 00:02:46 UTC (rev 1156)
+++ trunk/src/bb.h 2010-07-23 09:41:42 UTC (rev 1157)
@@ -45,15 +45,12 @@
#define INDEX_END ".i"
#define MOD_END ".m"
#define PATHSIZE 256
-#define ERRORMSG "I don't understand. Type 'help' for help.\n"
#define SETALLLONG 0xFFFFFFFF
#define CMD_BOARD_STR "!"
#define CMD_TALK_STR "."
#define CMD_SCRIPT_STR ","
-#define TIMEOUT 600 /* seconds */
-
#define SUBJECTSIZE 40 /* Subject field on messages */
#define LOGLINESIZE 2048 /* size of a line printed to log file */
#define MAXTEXTLENGTH 2048 /* text buffer size */
@@ -67,26 +64,12 @@
#define RIGHTS_TALK 1
-
struct IgnoreList
{
char *name;
struct IgnoreList *next;
};
-struct NewHeader
-{
- int32_t Ref;
- int32_t date;
- char from[30];
- char to[SUBJECTSIZE+1];
- char subject[SUBJECTSIZE+1];
- char *text;
- int32_t size;
- char status;
- char ident[40];
-};
-
#include "user.h"
struct Header
More information about the mw-devel
mailing list