Index: trunk/Ohana/src/opihi/include/convert.h
===================================================================
--- trunk/Ohana/src/opihi/include/convert.h	(revision 4810)
+++ trunk/Ohana/src/opihi/include/convert.h	(revision 8192)
@@ -15,4 +15,6 @@
 int           day_to_sec            PROTO((char *string, time_t *second));
 int           hms_to_sec            PROTO((char *string, time_t *second));
+char         *sec_to_hms            PROTO((time_t second));
+char         *sec_to_day            PROTO((time_t second));
 
 char         *meade_deg_to_str      PROTO((double deg));
