unused code

This commit is contained in:
albert
2002-05-30 07:48:16 +00:00
parent 195fdc4365
commit 6587b498d6
6 changed files with 1 additions and 30 deletions

View File

@@ -3,7 +3,6 @@ typedef int (*cmp_t)(void*,void*); /* for function pointer casts */
extern void register_sort_function (int dir, cmp_t func);
extern void reset_sort_options(void);
extern int mult_lvl_cmp(void* a, void* b);
extern int node_mult_lvl_cmp(void* a, void* b);
extern const char *parse_sort_opt(const char* opt);
extern const char *parse_long_sort(const char* opt);