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
148 B
C
Raw Normal View History

2012-02-05 10:10:10 -05:00
#ifndef LOG_H
#define LOG_H
FILE *logp;
xmpp_log_t *xmpp_get_file_logger();
2012-02-05 10:22:02 -05:00
void logmsg(const char * const area, const char * const msg);
2012-02-05 10:10:10 -05:00
#endif