summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/chansrv_fuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/chansrv/chansrv_fuse.h')
-rw-r--r--sesman/chansrv/chansrv_fuse.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/sesman/chansrv/chansrv_fuse.h b/sesman/chansrv/chansrv_fuse.h
index 8a9df8ab..80427699 100644
--- a/sesman/chansrv/chansrv_fuse.h
+++ b/sesman/chansrv/chansrv_fuse.h
@@ -2,18 +2,10 @@
#if !defined(CHANSRV_FUSE_H)
#define CHANSRV_FUSE_H
-struct file_item
-{
- char filename[256];
- int flags;
- char data[256];
- int data_bytes;
- int ino;
-};
-
int APP_CC
-fuse_set_dir_item(int index, char *filename, int flags, char *data,
- int data_bytes, int ino);
+fuse_clear_clip_dir(void);
+int APP_CC
+fuse_add_clip_dir_item(char *filename, int flags, int size);
int APP_CC
fuse_get_wait_objs(tbus *objs, int *count, int *timeout);
int APP_CC