summaryrefslogtreecommitdiffstats
path: root/src/AFC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AFC.h')
-rw-r--r--src/AFC.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/AFC.h b/src/AFC.h
index 5d4ed49..e04ce63 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -28,9 +28,7 @@
#include <sys/stat.h>
typedef struct {
- //const uint32 header1 = 0x36414643; // '6AFC' or 'CFA6' when sent ;)
uint32 header1, header2;
- //const uint32 header2 = 0x4141504C; // 'AAPL' or 'LPAA' when sent ;)
uint32 entire_length, unknown1, this_length, unknown2, packet_num, unknown3, operation, unknown4;
} AFCPacket;