From: Martin Mares Date: Tue, 13 Jul 2010 15:37:20 +0000 (+0200) Subject: strtonum: GCC roared that a prototype is missing, hmm... X-Git-Tag: v5.0~157 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b19c3a8caa071fe283af3f7c9b6e0225d19d6acd;p=libucw.git strtonum: GCC roared that a prototype is missing, hmm... --- diff --git a/ucw/strtonum-gen.h b/ucw/strtonum-gen.h index 079548ff..f339dcbc 100644 --- a/ucw/strtonum-gen.h +++ b/ucw/strtonum-gen.h @@ -30,6 +30,7 @@ STN_DECLARE(STN_TYPE, STN_SUFFIX) uns sign, base; err = str_to_num_init(&p, flags, &sign, &base); + auto const char *parse_string(void); const char *parse_string(void) { const STN_TYPE max = STN_MAX;