libnjb
2.2.7
Main Page
Modules
Data Structures
Files
Examples
File List
Globals
src
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);
9
njb_eax_t
*
new_eax_type
(
void
);
10
void
destroy_eax_type
(
njb_eax_t
*eax);
11
12
#endif
Generated on Mon Apr 22 2013 07:50:46 for libnjb by
1.8.3.1