summaryrefslogtreecommitdiffstats
path: root/src/utils.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-07-24 17:46:30 +0200
committerGravatar Martin Szulecki2009-07-24 17:46:30 +0200
commit601e70e8ee757b769bdc10b16e108e846a1a0b93 (patch)
tree42f377a16f90da737bc68927845ffb9888805733 /src/utils.c
parentf995c63e1bc56dd2d098a06f130d55334979f38f (diff)
downloadlibimobiledevice-601e70e8ee757b769bdc10b16e108e846a1a0b93.tar.gz
libimobiledevice-601e70e8ee757b769bdc10b16e108e846a1a0b93.tar.bz2
Rename iphone_set_debug() to iphone_set_debug_level() and code using it
Diffstat (limited to 'src/utils.c')
-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;
}