Index: trunk/Ohana/src/imregister/detrend/imdef.c
===================================================================
--- trunk/Ohana/src/imregister/detrend/imdef.c	(revision 7080)
+++ trunk/Ohana/src/imregister/detrend/imdef.c	(revision 14590)
@@ -88,5 +88,5 @@
       exit (1);
     }
-    if (!str_to_time (line, &descriptor[0].tstart)) { 
+    if (!ohana_str_to_time (line, &descriptor[0].tstart)) { 
       fprintf (stderr, "ERROR: invalid time %s\n", line);
       exit (1);
@@ -97,5 +97,5 @@
       exit (1);
     }
-    if (!str_to_time (line, &descriptor[0].tstop)) { 
+    if (!ohana_str_to_time (line, &descriptor[0].tstop)) { 
       fprintf (stderr, "ERROR: invalid time %s\n", line);
       exit (1);
