Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/library/gdbmclass.h

    r4 r22  
    8282void get_first_section(const text_t &instring, text_t &returnstring);
    8383int is_number (text_t &text);
     84text_t get_section_str(const text_t &str);
     85void alphabetize_string_english (text_t &text);
     86void alphabetize_string_name (text_t &text);
     87char ** string_add (char **array, int *len, char *str);
     88void string_sort (char **array, int len);
     89static int compare_str (const void *e1, const void *e2);
     90void string_free(char **array, int len);
    8491#endif
Note: See TracChangeset for help on using the changeset viewer.