1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
profanity/log.h
2012-02-06 22:29:05 +00:00

14 lines
212 B
C

#ifndef LOG_H
#define LOG_H
#define PROF "prof"
#define CONN "conn"
FILE *logp;
xmpp_log_t *xmpp_get_file_logger();
void logmsg(const char * const area, const char * const msg);
void start_log(void);
#endif