From: keie Date: Mon, 21 Jan 1985 23:57:44 +0000 (+0000) Subject: Added declaration of _newstr. X-Git-Tag: release-5-5~5732 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=09000449a47aa526e8ea90e98d04623ede49da25;p=ack.git Added declaration of _newstr. --- diff --git a/h/bc_string.h b/h/bc_string.h index 1e35bbf97..527b6fb10 100644 --- a/h/bc_string.h +++ b/h/bc_string.h @@ -12,4 +12,6 @@ typedef struct{ int strlength; } String; +String *_newstr() ; + #define MAXSTRING 1024