From bc6c852e6319e69364aabe76acabfdb98317babe Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Tue, 20 Sep 2005 08:14:26 +0000 Subject: lasso_data_service_add_credential() is not a public method. --- lasso/id-wsf/data_service.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lasso/id-wsf/data_service.h b/lasso/id-wsf/data_service.h index e214e881..628d2005 100644 --- a/lasso/id-wsf/data_service.h +++ b/lasso/id-wsf/data_service.h @@ -83,9 +83,6 @@ LASSO_EXPORT LassoDataService* lasso_data_service_new(LassoServer *server); LASSO_EXPORT LassoDataService* lasso_data_service_new_full(LassoServer *server, LassoDiscoResourceOffering *offering); -LASSO_EXPORT gint lasso_data_service_add_credential(LassoDataService *service, - LassoSamlAssertion *assertion); - LASSO_EXPORT gint lasso_data_service_init_query(LassoDataService *service, const char *select, const char *item_id, const char *security_mech_id); -- cgit