--- sbbs/src/sbbs3/scfg/scfg.h 2018/04/24 16:41:24 1.1.1.1 +++ sbbs/src/sbbs3/scfg/scfg.h 2018/04/24 16:44:50 1.1.1.2 @@ -1,12 +1,12 @@ /* scfg.h */ -/* $Id: scfg.h,v 1.1.1.1 2018/04/24 16:41:24 root Exp $ */ +/* $Id: scfg.h,v 1.1.1.2 2018/04/24 16:44: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 2006 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 * @@ -112,8 +112,8 @@ int code_ok(char *str); int bits(long l); void getar(char *desc, char *ar); -/* Prepare a string to be used as an internal code */ -char* prep_code(char *str); +/* Prepare a string to be used as an internal code; Note: use the return value, Luke */ +char* prep_code(char *str, const char* prefix); /* scfgnet.h */ faddr_t atofaddr(char *str);