about summary refs log tree commit diff stats
path: root/log.h
blob: c8763cd69682aa60c662b8ceaea37a30b667e643 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef LOG_H
#define LOG_H

// log
FILE *logp;

xmpp_log_t *xmpp_get_file_logger();
void logmsg(const char * const area, const char * const msg);

#endif