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:
@@ -21,9 +21,7 @@
|
||||
|
||||
#include <jansson.h>
|
||||
|
||||
typedef struct _http_s http_t;
|
||||
|
||||
struct _http_s;
|
||||
typedef struct http_t http_t;
|
||||
|
||||
http_t* http_create(void);
|
||||
void http_destroy(http_t* conn);
|
||||
|
||||
Reference in New Issue
Block a user