Skip to content

Commit

Permalink
pathtools: Add missing function declaration to header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Oct 19, 2014
1 parent 1993aa8 commit 0ca4b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mingw-w64-pathtools/pathtools.h
Expand Up @@ -44,6 +44,7 @@ strip_n_prefix_folders(char const * path, size_t n);
void
strip_n_suffix_folders(char * path, size_t n);

char const * get_relocated_path (char const * from, char const * to, char const * actual_from);
char * get_relocated_path_list(char const * from, char const * to_path_list);

char * single_path_relocation(const char *from, const char *to);
Expand Down

0 comments on commit 0ca4b37

Please sign in to comment.