ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
A codec definition that includes the codec name and its encoder and decoder function pointers. More...
#include <codec.h>
Data Fields | |
char | name [50] |
char *(* | encode_char )(char *, char) |
char(* | decode_char )(const char *, int *, char *) |
A codec definition that includes the codec name and its encoder and decoder function pointers.