mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
fix includes and indentation
This commit is contained in:
@@ -19,9 +19,10 @@
|
||||
#ifndef __FUSE_FILECACHE_H__
|
||||
#define __FUSE_FILECACHE_H__
|
||||
|
||||
int filecache_open_file(const char * quickkey, uint64_t local_revision,
|
||||
uint64_t remote_revision, uint64_t fsize, const unsigned char * fhash,
|
||||
const char * filecache, mfconn * conn);
|
||||
|
||||
int filecache_open_file(const char *quickkey,
|
||||
uint64_t local_revision,
|
||||
uint64_t remote_revision, uint64_t fsize,
|
||||
const unsigned char *fhash,
|
||||
const char *filecache, mfconn * conn);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user