diff options
author | 2021-03-07 10:03:55 -0800 | |
---|---|---|
committer | 2022-05-05 18:54:55 +0200 | |
commit | aee82afabfcf763618f58c95f9613b40dcf334b0 (patch) | |
tree | 16508d80b64f52d915e5bf122a0c4cf6d0aca85f /src/bt_packet_logger.h | |
parent | a070a2e0b8774132a2c90822ba22580c4d1842da (diff) | |
download | libimobiledevice-aee82afabfcf763618f58c95f9613b40dcf334b0.tar.gz libimobiledevice-aee82afabfcf763618f58c95f9613b40dcf334b0.tar.bz2 |
idevicebtlogger: Cleanup warnings, todos and magic numbers
Diffstat (limited to 'src/bt_packet_logger.h')
-rw-r--r-- | src/bt_packet_logger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bt_packet_logger.h b/src/bt_packet_logger.h index 1ad906d..f9e0c3e 100644 --- a/src/bt_packet_logger.h +++ b/src/bt_packet_logger.h | |||
@@ -19,8 +19,8 @@ | |||
19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #ifndef _SYSLOG_RELAY_H | 22 | #ifndef _BR_PACKET_LOGGER_H |
23 | #define _SYSLOG_RELAY_H | 23 | #define _BR_PACKET_LOGGER_H |
24 | 24 | ||
25 | #include "libimobiledevice/bt_packet_logger.h" | 25 | #include "libimobiledevice/bt_packet_logger.h" |
26 | #include "service.h" | 26 | #include "service.h" |