summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index 5b0872d..121bc55 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -31,7 +31,7 @@ uint16_t dbg_mask = 0;
*
* @param level Set to 0 for no debugging or 1 for debugging.
*/
-void iphone_set_debug(int level)
+void iphone_set_debug_level(int level)
{
toto_debug = level;
}