diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-04 11:30:22 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-04 11:30:22 +0100 |
commit | 08827265399f3f69f7f25512e991f67da5bbac63 (patch) | |
tree | cd87241b1c4b4ca140e09145670b6e185da1a215 /hugin_filter.h | |
parent | f64458ebda5b914f235ae2fe81a466f03cb6c14b (diff) |
Change function prefixes according to projet namechange.
Diffstat (limited to 'hugin_filter.h')
-rw-r--r-- | hugin_filter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hugin_filter.h b/hugin_filter.h index 5ddd07b..7d2a09a 100644 --- a/hugin_filter.h +++ b/hugin_filter.h @@ -30,7 +30,7 @@ #include "hugin.h" -int dbg_filter_enabled(const enum __debug_class cl, const char *ch); -int dbg_filter_parse(const char *filter); +int hug_filter_enabled(const enum __debug_class cl, const char *ch); +int hug_filter_parse(const char *filter); #endif/*__HUGIN_HUGIN_FILTER_H__*/ |