Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

Revision:
44:aa45226d118e
Parent:
38:25b2a3c494aa
Child:
57:4daf2e423b27
--- a/tm/tm.h	Wed Dec 05 11:35:16 2018 +0000
+++ b/tm/tm.h	Sat Dec 29 19:00:39 2018 +0000
@@ -6,5 +6,6 @@
 
 extern void   TmUtcToLocal(struct tm* ptm);
 extern void   TmFromAsciiDateTime(const char* pDate, const char* pTime, struct tm* ptm);
+extern void   TmFromInteger(int year, int month, int mday, int hour, int min, int sec, struct tm* ptm);
 extern int    TmSecondsBetween(struct tm* ptmLater, struct tm* ptmEarlier);
 extern void   TmIncrement(struct tm* ptm);
\ No newline at end of file