--- sbbs/src/sbbs3/client.h 2018/04/24 16:41:24 1.1 +++ sbbs/src/sbbs3/client.h 2018/04/24 16:43:56 1.1.1.2 @@ -2,7 +2,7 @@ /* Synchronet client information to share with SBBSCTRL */ -/* $Id: client.h,v 1.1 2018/04/24 16:41:24 root Exp $ */ +/* $Id: client.h,v 1.1.1.2 2018/04/24 16:43:56 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * @@ -49,7 +49,7 @@ typedef struct { WORD port; /* TCP port number */ time_t time; /* connect time */ const char* protocol; /* protocol description */ - char* user; /* user name */ + const char* user; /* user name */ char pad[32]; /* padding for future expansion */ } client_t;