1 /*
2   PKTAPI Source, Version 1.00
3 
4   (c) & (p) 1999-2000 by Oliver 'Attila' Grimm
5 
6   Alle Rechte vorbehalten.
7 */
8 
9 
10 #ifndef __PLATFORM_H
11 #define __PLATFORM_H
12 
13 #include "pktdef.h"
14 
15 int readPKT2MSGHEADER(int fd,  PKT2MSGHEADER *hdr);
16 int writePKT2MSGHEADER(int fd,  PKT2MSGHEADER *hdr);
17 int readPKTHEADER(int fd, PKTHEADER *hdr);
18 int writePKT2PHEADER(int fd, PKT2PHEADER *hdr);
19 
20 #endif