Line | |
---|
1 | #ifndef __CURLFTPFS_FTPFS_LS_H__ |
---|
2 | #define __CURLFTPFS_FTPFS_LS_H__ |
---|
3 | |
---|
4 | /* |
---|
5 | FTP file system |
---|
6 | Copyright (C) 2006 Robson Braga Araujo <robsonbraga@gmail.com> |
---|
7 | |
---|
8 | This program can be distributed under the terms of the GNU GPL. |
---|
9 | See the file COPYING. |
---|
10 | */ |
---|
11 | |
---|
12 | #include "cache.h" |
---|
13 | |
---|
14 | int parse_dir(const char* list, const char* dir, |
---|
15 | const char* name, struct stat* sbuf, |
---|
16 | char* linkbuf, int linklen, |
---|
17 | fuse_cache_dirh_t h, fuse_cache_dirfil_t filler); |
---|
18 | |
---|
19 | #endif /* __CURLFTPFS_FTPFS_LS_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.