#include "spf_sys_config.h"
#include "spf.h"
Go to the source code of this file.
Functions | |
void | SPF_error_stdio (const char *file, int line, const char *errmsg) |
void | SPF_warning_stdio (const char *file, int line, const char *errmsg) |
void | SPF_info_stdio (const char *file __attribute__((unused)), int line __attribute__((unused)), const char *errmsg) |
void | SPF_debug_stdio (const char *file, int line, const char *errmsg) |
Definition in file spf_log_stdio.c.
void SPF_debug_stdio | ( | const char * | file, | |
int | line, | |||
const char * | errmsg | |||
) |
Definition at line 67 of file spf_log_stdio.c.
void SPF_error_stdio | ( | const char * | file, | |
int | line, | |||
const char * | errmsg | |||
) |
Definition at line 34 of file spf_log_stdio.c.
void SPF_info_stdio | ( | const char *file | __attribute__((unused)), | |
int line | __attribute__((unused)), | |||
const char * | errmsg | |||
) |
Definition at line 61 of file spf_log_stdio.c.
void SPF_warning_stdio | ( | const char * | file, | |
int | line, | |||
const char * | errmsg | |||
) |
Definition at line 48 of file spf_log_stdio.c.