summaryrefslogtreecommitdiff
path: root/hugin_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'hugin_util.h')
-rw-r--r--hugin_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugin_util.h b/hugin_util.h
index 5a23e7e..9cf48ba 100644
--- a/hugin_util.h
+++ b/hugin_util.h
@@ -34,6 +34,6 @@
* Threadsafe version of localtime (if compiled with mutex support).
* See man page for the posix localtime_r function.
*/
-struct tm *dbg_localtime(const time_t *timep, struct tm *result);
+struct tm *hug_localtime(const time_t *timep, struct tm *result);
#endif/*__HUGIN_HUGIN_UTIL_H__*/