#include <stddef.h>
Go to the source code of this file.
Defines | |
#define | XDMAPI |
#define | XDMEXP |
Functions | |
XDMEXP int XDMAPI | xdm_append (const char **msgflds) |
XDM module append routine. | |
XDMEXP int XDMAPI | xdm_init (void(*logmsg)(int level, const char *msg,...), char *(*getcnfstr)(const char *, char *, size_t *)) |
XDM module initialization routine. | |
XDMEXP void XDMAPI | xdm_exit (void) |
XDM module exit routine. | |
Variables | |
static void(* | s_fplogmsg )(int level, const char *msg,...)=0 |
A pointer to the xdasd logmsg function. |
Definition in file xdm_xdas.c.