exip
Alpha 0.5.4
|
#include "procTypes.h"
Go to the source code of this file.
Data Structures | |
struct | ContentHandler |
Simple container for function pointers for document events. More... | |
Typedefs | |
typedef struct ContentHandler | ContentHandler |
Functions | |
void | initContentHandler (ContentHandler *handler) |
Initialize the content handler before use. More... | |
typedef struct ContentHandler ContentHandler |
Definition at line 61 of file include/contentHandler.h.
void initContentHandler | ( | ContentHandler * | handler) |
[in] | handler | fresh ContentHandler |
Definition at line 19 of file contentHandler.c.