mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05: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
|