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

FILE *logp;

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

#endif