diff options
| author | 2009-07-26 19:34:22 -0700 | |
|---|---|---|
| committer | 2009-07-26 19:34:22 -0700 | |
| commit | eea538c94f01f8054f69f059614f19400187a472 (patch) | |
| tree | 209a12dc8c8eaece15b8153d15e689c8c2147ab6 /src/utils.h | |
| parent | 8ebfd7d8eea89bb27e4e6dbb1f37fd90d98b439c (diff) | |
| parent | 19c9750d670435ce430f0fc85a55faf127bdfbf9 (diff) | |
| download | libimobiledevice-eea538c94f01f8054f69f059614f19400187a472.tar.gz libimobiledevice-eea538c94f01f8054f69f059614f19400187a472.tar.bz2 | |
Merge commit 'martin-s/martin'
[#46 state:resolved]
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h index 1750b8e..430e812 100644 --- a/src/utils.h +++ b/src/utils.h | |||
| @@ -22,13 +22,10 @@ | |||
| 22 | #ifndef UTILS_H | 22 | #ifndef UTILS_H |
| 23 | #define UTILS_H | 23 | #define UTILS_H |
| 24 | 24 | ||
| 25 | #include "libiphone/libiphone.h" | ||
| 26 | |||
| 27 | |||
| 28 | |||
| 29 | inline void log_debug_msg(const char *format, ...); | 25 | inline void log_debug_msg(const char *format, ...); |
| 30 | inline void log_dbg_msg(uint16_t id, const char *format, ...); | 26 | inline void log_dbg_msg(uint16_t id, const char *format, ...); |
| 31 | 27 | ||
| 32 | inline void log_debug_buffer(const char *data, const int length); | 28 | inline void log_debug_buffer(const char *data, const int length); |
| 33 | inline void dump_debug_buffer(const char *file, const char *data, const int length); | 29 | inline void dump_debug_buffer(const char *file, const char *data, const int length); |
| 30 | |||
| 34 | #endif | 31 | #endif |
