Fix. do not use forward declaration
to support gcc 4.4.7
This commit is contained in:
parent
a0a0cac631
commit
d2d771fc43
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include "lcurl.h"
|
#include "lcurl.h"
|
||||||
#include "lcutils.h"
|
#include "lcutils.h"
|
||||||
|
#include "lchttppost.h"
|
||||||
|
|
||||||
#define LCURL_LST_INDEX(N) LCURL_##N##_LIST,
|
#define LCURL_LST_INDEX(N) LCURL_##N##_LIST,
|
||||||
#define LCURL_STR_INDEX(N)
|
#define LCURL_STR_INDEX(N)
|
||||||
@ -34,8 +35,6 @@ enum {
|
|||||||
|
|
||||||
#define LCURL_EASY_MAGIC 0xEA
|
#define LCURL_EASY_MAGIC 0xEA
|
||||||
|
|
||||||
typedef struct lcurl_hpost_tag lcurl_hpost_t;
|
|
||||||
|
|
||||||
typedef struct lcurl_easy_tag{
|
typedef struct lcurl_easy_tag{
|
||||||
unsigned char magic;
|
unsigned char magic;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user