From 6886b79b93f1d31b3dc932e6693ea270f4c12d17 Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Fri, 8 Jun 2007 15:16:22 +0000 Subject: various error checks, coding style and refactoring --- lasso/xml/ws/wsa_endpoint_reference.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lasso/xml/ws/wsa_endpoint_reference.h') diff --git a/lasso/xml/ws/wsa_endpoint_reference.h b/lasso/xml/ws/wsa_endpoint_reference.h index 6bc6e1bf..c153c346 100644 --- a/lasso/xml/ws/wsa_endpoint_reference.h +++ b/lasso/xml/ws/wsa_endpoint_reference.h @@ -73,7 +73,7 @@ struct _LassoWsAddrEndpointReferenceClass { void lasso_wsa_endpoint_reference_destroy(LassoWsAddrEndpointReference *epr); LASSO_EXPORT GType lasso_wsa_endpoint_reference_get_type(void); -LASSO_EXPORT LassoNode* lasso_wsa_endpoint_reference_new(void); +LASSO_EXPORT LassoWsAddrEndpointReference* lasso_wsa_endpoint_reference_new(void); #ifdef __cplusplus } -- cgit