From: simon Date: Sun, 13 Nov 2005 12:56:10 +0000 (+0000) Subject: `version' needs to be declared `extern'. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/961ee75b995cd4a9b9ce31aab6e10ad61d8131dc `version' needs to be declared `extern'. git-svn-id: svn://svn.tartarus.org/sgt/halibut@6457 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/halibut.h b/halibut.h index bd9cc69..26c82f6 100644 --- a/halibut.h +++ b/halibut.h @@ -325,7 +325,7 @@ void licence(void); /* * version.c */ -const char *const version; +extern const char *const version; /* * misc.c