brarpwatch/ulogparse.h
2007-04-11 19:37:40 +02:00

7 lines
108 B
C

#ifndef _ULOGPARSE_H_
#define _ULOGPARSE_H_
int parse_ulog_packet(void *data);
#endif /* _ULOGPARSE_H_ */