eax.h

00001 /* EAX functions */
00002 #ifndef __NJB__EAX__H
00003 #define __NJB__EAX__H
00004 
00005 #include "libnjb.h"
00006 #include "protocol.h"
00007 
00008 int eax_unpack(void *data, size_t nbytes, njb_state_t *state);
00009 njb_eax_t *new_eax_type(void);
00010 void destroy_eax_type(njb_eax_t *eax);
00011 
00012 #endif

Generated on Mon Sep 11 00:52:12 2006 for libnjb by  doxygen 1.4.7