fix clang warnings

This commit is contained in:
josch
2014-09-19 21:14:30 +02:00
parent b322f68ad2
commit e0ee1e5f8f
7 changed files with 13 additions and 22 deletions

View File

@@ -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);