Index: trunk/Ohana/src/opihi/dvo/imphot.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/imphot.c	(revision 14401)
+++ trunk/Ohana/src/opihi/dvo/imphot.c	(revision 14590)
@@ -40,9 +40,9 @@
 
   /* load image(s) in time range given */
-  if (!str_to_time (argv[1], &tzero)) { 
+  if (!ohana_str_to_time (argv[1], &tzero)) { 
     gprint (GP_ERR, "syntax error\n");
     return (FALSE);
   }
-  if (!str_to_dtime (argv[2], &trange)) { 
+  if (!ohana_str_to_dtime (argv[2], &trange)) { 
     gprint (GP_ERR, "syntax error\n");
     return (FALSE);
