mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
implement preliminary support to read files
* no writing yet * no delta updates yet - new versions will be retrieved fully
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
#ifndef __MFAPI_FILE_H__
|
||||
#define __MFAPI_FILE_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
|
||||
typedef struct mffile mffile;
|
||||
|
||||
@@ -56,8 +57,6 @@ int file_set_onetime_link(mffile * file, const char *onetime_link);
|
||||
|
||||
const char *file_get_onetime_link(mffile * file);
|
||||
|
||||
ssize_t file_download_direct(mffile * file, const char *local_dir);
|
||||
|
||||
int file_set_size(mffile * file, uint64_t size);
|
||||
|
||||
uint64_t file_get_size(mffile * file);
|
||||
|
||||
Reference in New Issue
Block a user