1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
profanity/log.h

10 lines
93 B
C
Raw Normal View History

2012-02-05 10:10:10 -05:00
#ifndef LOG_H
#define LOG_H
// log
FILE *logp;
xmpp_log_t *xmpp_get_file_logger();
#endif