libnjb  2.2.7
eax.h
1 /* EAX functions */
2 #ifndef __NJB__EAX__H
3 #define __NJB__EAX__H
4 
5 #include "libnjb.h"
6 #include "protocol.h"
7 
8 int eax_unpack(void *data, size_t nbytes, njb_state_t *state);
10 void destroy_eax_type(njb_eax_t *eax);
11 
12 #endif