mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fix clang warnings
This commit is contained in:
@@ -28,9 +28,7 @@
|
||||
#include "mfconn.h"
|
||||
#include "apicalls.h"
|
||||
|
||||
typedef struct _mfconn_s mfconn_t;
|
||||
|
||||
struct _mfconn_s
|
||||
struct mfconn_t
|
||||
{
|
||||
char *server;
|
||||
uint32_t secret_key;
|
||||
|
||||
@@ -23,9 +23,7 @@
|
||||
|
||||
#include "file.h"
|
||||
|
||||
typedef struct _mfconn_s mfconn_t;
|
||||
|
||||
struct _mfconn_s;
|
||||
typedef struct mfconn_t mfconn_t;
|
||||
|
||||
mfconn_t* mfconn_create(char *server, char *username, char *password, int app_id, char *app_key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user