ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/include/s_log.h
(Generate patch)

Comparing ircd-hybrid-7.2/include/s_log.h (file contents):
Revision 1014 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 1015 by michael, Sun Oct 25 00:08:06 2009 UTC

# Line 39 | Line 39 | extern void init_log(const char *);
39   extern void reopen_log(const char *);
40   extern void set_log_level(const int);
41   extern int get_log_level(void);
42 #ifdef __GNUC__
43 extern void ilog(const int, const char *, ...) __attribute__((format(printf, 2, 3)));
44 #else
42   extern void ilog(const int, const char *, ...);
46 #endif
43   extern const char *get_log_level_as_string(int);
44   extern void log_user_exit(struct Client *);
45   extern void log_oper_action(int type, const struct Client *, const char *, ...);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines