From 08827265399f3f69f7f25512e991f67da5bbac63 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 4 Jan 2013 11:30:22 +0100 Subject: Change function prefixes according to projet namechange. --- hugin_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugin_util.h') 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__*/ -- cgit v1.2.3