1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/log.h

10 lines
148 B
C
Raw Normal View History

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