ESAPI-C 1.0
The OWASP Enterprise Security API for C

codec Struct Reference

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 *)

Detailed Description

A codec definition that includes the codec name and its encoder and decoder function pointers.

Definition at line 29 of file codec.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines