]> git.tdb.fi Git - ext/subsurface.git/blobdiff - parse-xml.c
Libdivecomputer: start actually importing the dive data
[ext/subsurface.git] / parse-xml.c
index 4d6912e723ecc06041ac114cbcd4411c46d659b3..24acb1c1cc9f7f003e490de5c732b503d6b20866 100644 (file)
@@ -104,7 +104,7 @@ static enum import_source {
        UDDF,
 } import_source;
 
-static time_t utc_mktime(struct tm *tm)
+time_t utc_mktime(struct tm *tm)
 {
        static const int mdays[] = {
            0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334