ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hybrid-ircservices-1/extern.h
(Generate patch)

Comparing hybrid-ircservices-1/extern.h (file contents):
Revision 1278 by michael, Thu Aug 25 20:05:00 2011 UTC vs.
Revision 1279 by michael, Tue Jan 31 13:12:55 2012 UTC

# Line 51 | Line 51 | extern void do_topic(const char *, int,
51   # undef hstrerror
52   extern const char *hstrerror(int h_errnum);
53   #endif
54 < #if !HAVE_SNPRINTF
55 < # if BAD_SNPRINTF
56 < #  define snprintf my_snprintf
57 < # endif
58 < # define vsnprintf my_vsnprintf
59 < extern int vsnprintf(char *buf, size_t size, const char *fmt, va_list args);
60 < extern int snprintf(char *buf, size_t size, const char *fmt, ...);
61 < #endif
54 >
55   #if !HAVE_STRTOK
56   # undef strtok
57   extern char *strtok(char *str, const char *delim);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines