Add missing cloudfs_statfs spec. Kill warning.

This commit is contained in:
Pascal Obry
2015-10-25 18:55:05 +01:00
parent 8c8a75d1ab
commit 2142ca0ce5
+2
View File
@@ -3,6 +3,7 @@
#include <curl/curl.h>
#include <curl/easy.h>
#include <fuse.h>
#define BUFFER_INITIAL_SIZE 4096
#define MAX_HEADER_SIZE 8192
@@ -73,6 +74,7 @@ off_t cloudfs_file_size(int fd);
void cloudfs_debug(int dbg);
void cloudfs_verify_ssl(int dbg);
void cloudfs_free_dir_list(dir_entry *dir_list);
int cloudfs_statfs(const char *path, struct statvfs *stat);
void debugf(char *fmt, ...);
#endif