From 2878cce4d448efd8563736b9e93945517457d76f Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 21 Dec 2004 18:18:43 +0000 Subject: removed declaration of inexistant function --- lasso/xml/lib_authentication_statement.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lasso/xml') diff --git a/lasso/xml/lib_authentication_statement.h b/lasso/xml/lib_authentication_statement.h index 9ddd61fe..5e9a7399 100644 --- a/lasso/xml/lib_authentication_statement.h +++ b/lasso/xml/lib_authentication_statement.h @@ -67,7 +67,6 @@ struct _LassoLibAuthenticationStatementClass { }; LASSO_EXPORT GType lasso_lib_authentication_statement_get_type (void); -LASSO_EXPORT LassoLibAuthenticationStatement* lasso_lib_authentication_statement_new(void); LASSO_EXPORT LassoLibAuthenticationStatement* lasso_lib_authentication_statement_new_full( const char *authenticationMethod, const char *authenticationInstant, -- cgit