This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/libwww2/HTSort.h

6 lines
169 B
C

extern void HTSortInit (void);
extern void HTSortAdd (char *str);
extern void HTSortSort (void);
extern int HTSortCurrentCount (void);
extern char *HTSortFetch (int i);