--- sbbs/src/sbbs3/ntsvcs.h 2018/04/24 16:41:23 1.1.1.1 +++ sbbs/src/sbbs3/ntsvcs.h 2018/04/24 16:42:42 1.1.1.2 @@ -2,13 +2,13 @@ /* Synchronet BBS Windows NT Service Names */ -/* $Id: ntsvcs.h,v 1.1.1.1 2018/04/24 16:41:23 root Exp $ */ +/* $Id: ntsvcs.h,v 1.1.1.2 2018/04/24 16:42:42 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 2006 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2009 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 * @@ -54,4 +54,10 @@ enum { ,SERVICE_CONTROL_SYSOP_UNAVAILABLE /* BBS service only */ }; +typedef struct { + SYSTEMTIME time; + char level; + char buf[1000]; +} log_msg_t; + #endif /* Don't add anything after this line */ \ No newline at end of file