mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-02 02:42:00 +02:00
* Fix a typo cloufds_connect => cloudfs_connect
* add 'void' to the declaration
This commit is contained in:
+2
-2
@@ -34,9 +34,9 @@ typedef struct options {
|
||||
char redirect_uri[OPTION_SIZE];
|
||||
} FuseOptions;
|
||||
|
||||
void cloudfs_init();
|
||||
void cloudfs_init(void);
|
||||
void cloudfs_set_credentials(char *username, char *password);
|
||||
int cloufds_connect();
|
||||
int cloudfs_connect(void);
|
||||
int cloudfs_object_read_fp(const char *path, FILE *fp);
|
||||
int cloudfs_object_write_fp(const char *path, FILE *fp);
|
||||
int cloudfs_list_directory(const char *path, dir_entry **);
|
||||
|
||||
Reference in New Issue
Block a user