brarpwatch/ulogparse.h

7 lines
108 B
C

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