[xml] fix wrong forward declaration

This commit is contained in:
Benjamin Dauvergne 2012-05-05 22:52:15 +02:00
parent 8740ef5057
commit e8e91cbd07
1 changed files with 2 additions and 2 deletions

View File

@ -194,10 +194,10 @@ LASSO_EXPORT gchar* lasso_get_prefix_for_idwsf2_dst_service_href(const gchar *hr
LASSO_EXPORT char* lasso_node_debug(LassoNode *node, int level);
typedef struct _LassoKey LassoKey;
struct _LassoKey;
LASSO_EXPORT char* lasso_node_export_to_saml2_query(LassoNode *node, const char *param_name, const
char *url, LassoKey *key);
char *url, struct _LassoKey *key);
#ifdef __cplusplus
}