mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 16:16:21 +00:00
10 lines
148 B
C
10 lines
148 B
C
#ifndef LOG_H
|
|
#define LOG_H
|
|
|
|
FILE *logp;
|
|
|
|
xmpp_log_t *xmpp_get_file_logger();
|
|
void logmsg(const char * const area, const char * const msg);
|
|
|
|
#endif
|