mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 09:16:22 +00:00
10 lines
93 B
C
10 lines
93 B
C
#ifndef LOG_H
|
|
#define LOG_H
|
|
|
|
// log
|
|
FILE *logp;
|
|
|
|
xmpp_log_t *xmpp_get_file_logger();
|
|
|
|
#endif
|