libnjb
2.2.7
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
new_eax_type
njb_eax_t * new_eax_type(void)
Definition:
eax.c:286
eax_unpack
int eax_unpack(void *data, size_t nbytes, njb_state_t *state)
Definition:
eax.c:66
destroy_eax_type
void destroy_eax_type(njb_eax_t *eax)
Definition:
eax.c:319
libnjb.h
njb_eax_struct
Definition:
libnjb.h:349
njb_state_t
Definition:
protocol.h:28
Generated by
1.9.1