You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtcap/include/libtcap.h

12 lines
131 B

#ifndef _LIBTCAP_H_
#define _LIBTCAP_H_
#include "TCMessage.h"
TCMessage_t *tcap_decode(const char *buf, size_t len);
#endif