Make function definitions match declarations for egg_asn1 time functions.
authorstefw <stefw@localhost>
Thu, 2 Apr 2009 04:16:49 +0000 (04:16 +0000)
committerstefw <stefw@localhost>
Thu, 2 Apr 2009 04:16:49 +0000 (04:16 +0000)
Fixes bug #576762

svn path=/trunk/; revision=1711

egg/egg-asn1.c

index 8f8e9fe..5c78424 100644 (file)
@@ -572,7 +572,7 @@ when_to_time (struct tm *when, gint offset)
        return result;
 }
 
-time_t
+glong
 egg_asn1_time_parse_utc (const gchar *time)
 {
        struct tm when;
@@ -690,7 +690,7 @@ parse_general_time (const gchar *time, struct tm* when, gint *offset)
        return TRUE;
 }
 
-time_t
+glong
 egg_asn1_time_parse_general (const gchar *time)
 {
        struct tm when;