--- sbbs/src/sbbs3/dat_rec.h 2018/04/24 16:41:23 1.1.1.1 +++ sbbs/src/sbbs3/dat_rec.h 2018/04/24 16:43:17 1.1.1.2 @@ -2,7 +2,7 @@ /* Synchronet text data access routines (exported) */ -/* $Id: dat_rec.h,v 1.1.1.1 2018/04/24 16:41:23 root Exp $ */ +/* $Id: dat_rec.h,v 1.1.1.2 2018/04/24 16:43:17 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * @@ -65,7 +65,7 @@ extern "C" { #endif -DLLEXPORT void DLLCALL getrec(char *instr,int start,int length,char *outstr); /* Retrieve a record from a string */ +DLLEXPORT void DLLCALL getrec(const char *instr,int start,int length,char *outstr); /* Retrieve a record from a string */ DLLEXPORT void DLLCALL putrec(char *outstr,int start,int length,char *instr); /* Place a record into a string */ #ifdef __cplusplus