]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Added reordering of addresses to try IPv4 first and the associated
[wget] / src / utils.h
index 57992a607672aba224de7b63403a578b2f1c63bf..51816a08abd10c394a4ec30d8269f6260f83d6ba 100644 (file)
@@ -119,4 +119,7 @@ void xsleep PARAMS ((double));
 int base64_encode PARAMS ((const char *, int, char *));
 int base64_decode PARAMS ((const char *, char *));
 
+void stable_sort PARAMS ((void *, size_t, size_t,
+                          int (*) (const void *, const void *)));
+
 #endif /* UTILS_H */