]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Parse Content-Disposition better. Implement memrchr where missing.
[wget] / src / sysdep.h
index 50c0d14dbb7467ad95bb4e2749c70ff8a041f841..38963901b1a73cb13ea640efda59d99348784178 100644 (file)
@@ -135,6 +135,9 @@ char *strptime ();
 # include <time.h>
 time_t timegm (struct tm *);
 #endif
+#ifndef HAVE_MEMRCHR
+void *memrchr (const void *, int, size_t);
+#endif
 
 /* These are defined in snprintf.c.  It would be nice to have an
    snprintf.h, though.  */