source:
FTPfs/curlftpfs-0.9.1/path_utils.h
@
47
| Last change on this file since 47 was 10, checked in by zsjheng, 18 years ago | |
|---|---|
| File size: 272 bytes | |
| Rev | Line | |
|---|---|---|
| 1 | #ifndef __CURLFTPFS_PATH_UTILS_H__ | |
| 2 | #define __CURLFTPFS_PATH_UTILS_H__ | |
| 3 | ||
| 4 | char* get_file_name(const char* path); | |
| 5 | char* get_full_path(const char* path); | |
| 6 | char* get_fulldir_path(const char* path); | |
| 7 | char* get_dir_path(const char* path); | |
| 8 | ||
| 9 | #endif /* __CURLFTPFS_PATH_UTILS_H__ */ |
Note: See TracBrowser
for help on using the repository browser.
