summaryrefslogtreecommitdiff
path: root/hugin_util.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-04 11:30:22 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-04 11:30:22 +0100
commit08827265399f3f69f7f25512e991f67da5bbac63 (patch)
treecd87241b1c4b4ca140e09145670b6e185da1a215 /hugin_util.h
parentf64458ebda5b914f235ae2fe81a466f03cb6c14b (diff)
Change function prefixes according to projet namechange.
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__*/