Ignore:
Timestamp:
May 19, 2006, 8:09:51 PM (18 years ago)
Author:
rainer
Message:

Code cleanup and minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_utils.h

    r22 r34  
    144144/* returns freshly allocated memory, return value should be free'd
    145145 */
    146 char * sh_util_filename(char * fullpath);
     146char * sh_util_dirname(const char * fullpath);
    147147
    148148/* returns freshly allocated memory, return value should be free'd
     
    160160/* returns freshly allocated memory, return value should be free'd
    161161 */
    162 char * sh_util_basename(char * fullpath);
     162char * sh_util_basename(const char * fullpath);
    163163
    164164#endif
Note: See TracChangeset for help on using the changeset viewer.