diff options
| author | 2008-10-25 16:11:27 +0200 | |
|---|---|---|
| committer | 2008-10-25 16:52:20 +0200 | |
| commit | 0b2cfd2c7c6211ff5902e48720c34067f238ce90 (patch) | |
| tree | 9c30578b4288795e7589c959caa08f3547ca0b88 /src/initconf.c | |
| parent | bbd813da84c1ff8484bbd3eb7f575775271424da (diff) | |
| download | libimobiledevice-0b2cfd2c7c6211ff5902e48720c34067f238ce90.tar.gz libimobiledevice-0b2cfd2c7c6211ff5902e48720c34067f238ce90.tar.bz2 | |
Handle debugging through utilitary functions
Diffstat (limited to 'src/initconf.c')
| -rw-r--r-- | src/initconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/initconf.c b/src/initconf.c index c8c6e84..8aca2a6 100644 --- a/src/initconf.c +++ b/src/initconf.c | |||
| @@ -26,9 +26,10 @@ | |||
| 26 | #include <gnutls/x509.h> | 26 | #include <gnutls/x509.h> |
| 27 | #include <glib.h> | 27 | #include <glib.h> |
| 28 | 28 | ||
| 29 | #include "libiphone/libiphone.h" | ||
| 29 | #include "userpref.h" | 30 | #include "userpref.h" |
| 30 | #include "lockdown.h" | 31 | #include "lockdown.h" |
| 31 | 32 | #include "utils.h" | |
| 32 | 33 | ||
| 33 | /** Generates a 2048 byte key, split into a function so that it can be run in a | 34 | /** Generates a 2048 byte key, split into a function so that it can be run in a |
| 34 | * thread. | 35 | * thread. |
