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

Comparing ircd-hybrid-7.2/include/fdlist.h (file contents):
Revision 1014 by michael, Mon Aug 17 19:19:16 2009 UTC vs.
Revision 1015 by michael, Sun Oct 25 00:08:06 2009 UTC

# Line 41 | Line 41 | enum {
41  
42   struct _fde;
43   struct Client;
44 struct DNSQuery;
44  
45   /* Callback for completed IO events */
46   typedef void PF(struct _fde *, void *);
# Line 106 | Line 105 | extern fde_t *lookup_fd(int);
105   extern void fd_open(fde_t *, int, int, const char *);
106   extern void fd_close(fde_t *);
107   extern void fd_dump(struct Client *);
108 < #ifndef __GNUC__
110 < extern void fd_note(fde_t *, const char *format, ...);
111 < #else
112 < extern void  fd_note(fde_t *, const char *format, ...)
113 <  __attribute__((format (printf, 2, 3)));
114 < #endif
108 > extern void fd_note(fde_t *, const char *, ...);
109   extern void close_standard_fds(void);
110   extern void close_fds(fde_t *);
111   extern void recalc_fdlimit(void *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines