summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/parse_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/parse_time.h')
-rw-r--r--crypto/heimdal/lib/roken/parse_time.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/roken/parse_time.h b/crypto/heimdal/lib/roken/parse_time.h
index 55de505..4dc2da0 100644
--- a/crypto/heimdal/lib/roken/parse_time.h
+++ b/crypto/heimdal/lib/roken/parse_time.h
@@ -31,11 +31,19 @@
* SUCH DAMAGE.
*/
-/* $Id: parse_time.h,v 1.4 1999/12/02 16:58:51 joda Exp $ */
+/* $Id: parse_time.h 14773 2005-04-12 11:29:18Z lha $ */
#ifndef __PARSE_TIME_H__
#define __PARSE_TIME_H__
+#ifndef ROKEN_LIB_FUNCTION
+#ifdef _WIN32
+#define ROKEN_LIB_FUNCTION _stdcall
+#else
+#define ROKEN_LIB_FUNCTION
+#endif
+#endif
+
int
parse_time (const char *s, const char *def_unit);
OpenPOWER on IntegriCloud