summaryrefslogtreecommitdiff
path: root/hugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'hugin.c')
-rw-r--r--hugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hugin.c b/hugin.c
index c677ecd..5b4591b 100644
--- a/hugin.c
+++ b/hugin.c
@@ -379,9 +379,9 @@ static int scprintf(const char *fmt, ...)
#define HDR_ARGS debug_class_str[(unsigned)cl], ch, func, line
-int __debug(const char *func, const int line,
- const enum __debug_class cl,
- const char *ch, const char *fmt, ...)
+int __hugin__debug(const char *func, const int line,
+ const enum __debug_class cl,
+ const char *ch, const char *fmt, ...)
{
int result = 0;
int sz;