Files
curlftpfs/ftpfs-ls.h
2024-08-06 04:09:49 +00:00

20 lines
513 B
C

#ifndef __CURLFTPFS_FTPFS_LS_H__
#define __CURLFTPFS_FTPFS_LS_H__
/*
FTP file system
Copyright (C) 2006 Robson Braga Araujo <robsonbraga@gmail.com>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include "cache.h"
int parse_dir(const char* list, const char* dir,
const char* name, struct stat* sbuf,
char* linkbuf, int linklen,
void *dbuf, fuse_cache_dirfil_t filler);
#endif /* __CURLFTPFS_FTPFS_LS_H__ */