asn1_decode_generaltime() so that compilers like Ultrix cc that
don't support prototypes within function bodies don't break
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5246
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat Mar 25 14:12:31 1995 Tom Yu (tlyu@dragons-lair)
+
+ * asn1_decode.c: move declaration of gmt_mktime() outside of
+ asn1_decode_generaltime() so that compilers like Ultrix cc that
+ don't support prototypes within function bodies don't break
+
Fri Mar 17 19:05:22 1995 John Gilmore (gnu at toad.com)
* Makefile.in: Remove redundant definitions from config/pre.in
#define cleanup()\
return 0
+time_t gmt_mktime PROTOTYPE((struct tm *));
+
asn1_error_code INTERFACE asn1_decode_integer(buf, val)
asn1buf * buf;
long * val;
char *s;
struct tm ts;
time_t t;
- time_t gmt_mktime PROTOTYPE((struct tm *));
tag(ASN1_GENERALTIME);