2 * Copyright 2005-2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef _FSSH_PATH_UTIL_H
6 #define _FSSH_PATH_UTIL_H
14 fssh_status_t
get_last_path_component(const char *path
, char *buffer
,
16 char* make_path(const char *dir
, const char *entry
);
19 } // namespace FSShell
22 #endif // _FSSH_PATH_UTIL_H