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

Comparing ircd-hybrid-7.2/include/irc_string.h (file contents):
Revision 1009 by michael, Sun Sep 13 15:02:30 2009 UTC vs.
Revision 1010 by michael, Thu Sep 17 17:06:11 2009 UTC

# Line 85 | Line 85 | extern size_t strlcpy(char *, const char
85   extern size_t strlcat(char *, const char *, size_t);
86   #endif
87  
88 #ifndef HAVE_SNPRINTF
89 extern int snprintf(char *, size_t, const char *,...);
90 #endif
91
92 #ifndef HAVE_VSNPRINTF
93 extern int vsnprintf(char *, size_t, const char *, va_list);
94 #endif
95
88   extern const char *libio_basename(const char *);
89  
90   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)