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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sesman/chansrv/chansrv_fuse.h b/sesman/chansrv/chansrv_fuse.h
index 80427699..0ccde368 100644
--- a/sesman/chansrv/chansrv_fuse.h
+++ b/sesman/chansrv/chansrv_fuse.h
@@ -5,7 +5,7 @@
int APP_CC
fuse_clear_clip_dir(void);
int APP_CC
-fuse_add_clip_dir_item(char *filename, int flags, int size);
+fuse_add_clip_dir_item(char *filename, int flags, int size, int lindex);
int APP_CC
fuse_get_wait_objs(tbus *objs, int *count, int *timeout);
int APP_CC
@@ -15,4 +15,9 @@ fuse_init(void);
int APP_CC
fuse_deinit(void);
+int APP_CC
+fuse_file_contents_size(int stream_id, int file_size);
+int APP_CC
+fuse_file_contents_range(int stream_id, char *data, int data_bytes);
+
#endif