Removed the 'ascmonths' global declaration from libCitadel.
authorArt Cancro <ajc@citadel.org>
Mon, 19 Nov 2007 04:36:04 +0000 (04:36 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 19 Nov 2007 04:36:04 +0000 (04:36 +0000)
This should clean up the build on Mac OS.

libcitadel/lib/libcitadel.h

index 62d3a4f29afc95d484bc52b3c80d101aa885cfc7..f65dbc3596ea032c86f074d5f18921abfbed773d 100644 (file)
@@ -180,7 +180,6 @@ char *myfgets(char *s, int size, FILE *stream);
 void urlesc(char *outbuf, char *strbuf);
 char *CtdlTempFileName(char *prefix1, int prefix2);
 FILE *CtdlTempFile(void);
-char *ascmonths[12];
 void generate_uuid(char *buf);
 char *bmstrcasestr(char *text, char *pattern);
 void CtdlMakeTempFileName(char *name, int len);