From: David Given Date: Sat, 23 Jun 2018 09:14:49 +0000 (+0200) Subject: Warning fix. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fe3951d4ae19c87ddf8126133ff9d5e901bfe685;p=ack.git Warning fix. --- 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