@@ -1,9 +1,13 @@
#ifndef LOG_H
#define LOG_H
FILE *logp;
#define PROF "prof"
#define CONN "conn"
xmpp_log_t *xmpp_get_file_logger();
void logmsg(const char * const area, const char * const msg);
void start_log(void);
#endif
The note is not visible to the blocked user.