libbluray | branch: master | hpi1 <[email protected]> | Thu Apr 30 16:17:51 2015 +0300| [8d8a3698eea95f821e73d42df3716ddf0c875551] | committer: hpi1
Cosmetics > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=8d8a3698eea95f821e73d42df3716ddf0c875551 --- src/file/filesystem.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/file/filesystem.h b/src/file/filesystem.h index dd30ba6..8ec6f85 100644 --- a/src/file/filesystem.h +++ b/src/file/filesystem.h @@ -35,12 +35,12 @@ typedef struct bd_file_s BD_FILE_H; struct bd_file_s { void* internal; - void (*close)(BD_FILE_H *file); - int64_t (*seek)(BD_FILE_H *file, int64_t offset, int32_t origin); - int64_t (*tell)(BD_FILE_H *file); - int (*eof)(BD_FILE_H *file); - int64_t (*read)(BD_FILE_H *file, uint8_t *buf, int64_t size); - int64_t (*write)(BD_FILE_H *file, const uint8_t *buf, int64_t size); + void (*close) (BD_FILE_H *file); + int64_t (*seek) (BD_FILE_H *file, int64_t offset, int32_t origin); + int64_t (*tell) (BD_FILE_H *file); + int (*eof) (BD_FILE_H *file); + int64_t (*read) (BD_FILE_H *file, uint8_t *buf, int64_t size); + int64_t (*write) (BD_FILE_H *file, const uint8_t *buf, int64_t size); }; /* _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
