Declare gmt_mktime before use
authorKen Raeburn <raeburn@mit.edu>
Sun, 17 Jul 2011 17:51:35 +0000 (17:51 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 17 Jul 2011 17:51:35 +0000 (17:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25020 dc483132-0cff-0310-8789-dd5450dbe970

src/util/support/gmt_mktime.c

index f7f717e9e2fc1d3a661498d76afee705a88caee3..7655364d9f4272227be59fddbf989188abf2e466 100644 (file)
 
 #include "k5-gmt_mktime.h"
 
+#if !HAVE_TIMEGM || TEST_LEAP
+static time_t gmt_mktime(struct tm *t);
+#endif
+
 /*
  * Use the nonstandard timegm() (if available) to convert broken-down
  * UTC times into time_t values.  Use our custom gmt_mktime() if