Warning fix.
authorDavid Given <dg@cowlark.com>
Sat, 23 Jun 2018 09:14:49 +0000 (11:14 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 23 Jun 2018 09:14:49 +0000 (11:14 +0200)
h/bc_string.h

index 32430a1..6b5a4cd 100644 (file)
@@ -16,6 +16,6 @@ typedef struct{
        int     strlength;
        } String;
 
-String *_newstr() ;
+extern String *_newstr(char* str);
 
 #define MAXSTRING 1024