|
@@ -33,11 +33,7 @@ void putlog (int, const char *, const char *, ...) __attribute__((format(printf,
|
|
|
int logmodes(const char *) __attribute__((pure));
|
|
int logmodes(const char *) __attribute__((pure));
|
|
|
char *masktype(int);
|
|
char *masktype(int);
|
|
|
char *maskname(int);
|
|
char *maskname(int);
|
|
|
-#if 0
|
|
|
|
|
void irc_log(struct chanset_t *, const char *, ...) __attribute__((format(printf, 2, 3)));
|
|
void irc_log(struct chanset_t *, const char *, ...) __attribute__((format(printf, 2, 3)));
|
|
|
-#else
|
|
|
|
|
-#define irc_log(...) do {} while (0)
|
|
|
|
|
-#endif
|
|
|
|
|
void logfile(int type, const char *msg);
|
|
void logfile(int type, const char *msg);
|
|
|
void logfile_close(void);
|
|
void logfile_close(void);
|
|
|
|
|
|