#include <pantheios/pantheios.h>
#include <pantheios/backend.h>
Go to the source code of this file.
Functions | |
int | pantheios_be_local_init (char const *processIdentity, void *reserved, void **ptoken) |
int | pantheios_be_remote_init (char const *processIdentity, void *reserved, void **ptoken) |
void | pantheios_be_local_uninit (void *token) |
void | pantheios_be_remote_uninit (void *token) |
int | pantheios_be_local_logEntry (void *feToken, void *beToken, int severity, char const *entry, size_t cchEntry) |
int | pantheios_be_remote_logEntry (void *feToken, void *beToken, int severity, char const *entry, size_t cchEntry) |
|
|
pantheios Library documentation © Matthew Wilson, 2006 |
|