mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05: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
|