diff --git a/h/bc_string.h b/h/bc_string.h index 32430a1ee..6b5a4cdbc 100644 --- a/h/bc_string.h +++ b/h/bc_string.h @@ -16,6 +16,6 @@ typedef struct{ int strlength; } String; -String *_newstr() ; +extern String *_newstr(char* str); #define MAXSTRING 1024