The typedef below is sufficient.
@@ -13,7 +13,6 @@
_UA_BEGIN_DECLS
-struct UA_HistoryDatabase;
typedef struct UA_HistoryDatabase UA_HistoryDatabase;
struct UA_HistoryDatabase {
@@ -28,7 +28,6 @@ typedef struct {
void * userContext;
} UA_HistorizingNodeIdSettings;
-struct UA_HistoryDataGathering;
typedef struct UA_HistoryDataGathering UA_HistoryDataGathering;
struct UA_HistoryDataGathering {
void *context;