Subversion Repositories freemyipod

Rev

Rev 898 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 898 Rev 899
Line 25... Line 25...
25
 
25
 
26
#include "global.h"
26
#include "global.h"
27
 
27
 
28
int32_t emcorefs_init(void);
28
int32_t emcorefs_init(void);
29
int32_t emcorefs_getattr(const char *path, struct stat *stbuf);
29
int32_t emcorefs_getattr(const char *path, struct stat *stbuf);
-
 
30
int32_t emcorefs_utimens(const char *path, const struct timespec tv[2]);
30
int32_t emcorefs_opendir(const char *path, struct fuse_file_info *fi);
31
int32_t emcorefs_opendir(const char *path, struct fuse_file_info *fi);
31
int32_t emcorefs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset, struct fuse_file_info *fi);
32
int32_t emcorefs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset, struct fuse_file_info *fi);
32
int32_t emcorefs_releasedir(const char *path, struct fuse_file_info *fi);
33
int32_t emcorefs_releasedir(const char *path, struct fuse_file_info *fi);
33
int32_t emcorefs_open(const char *path, struct fuse_file_info *fi);
34
int32_t emcorefs_open(const char *path, struct fuse_file_info *fi);
34
int32_t emcorefs_read(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi);
35
int32_t emcorefs_read(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi);