From 09000449a47aa526e8ea90e98d04623ede49da25 Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 21 Jan 1985 23:57:44 +0000 Subject: [PATCH] Added declaration of _newstr. --- h/bc_string.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1