From 04940cd36250ff87e66a9746ab291406de26c54c Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Tue, 5 Jun 2007 17:36:09 +0000 Subject: added service.data and lasso_idwsf2_data_service_build_query_response_msg --- lasso/id-wsf-2.0/data_service.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lasso/id-wsf-2.0/data_service.h') diff --git a/lasso/id-wsf-2.0/data_service.h b/lasso/id-wsf-2.0/data_service.h index e00e98c8..869e83d1 100644 --- a/lasso/id-wsf-2.0/data_service.h +++ b/lasso/id-wsf-2.0/data_service.h @@ -85,6 +85,9 @@ LASSO_EXPORT gint lasso_idwsf2_data_service_add_query_item( LASSO_EXPORT gint lasso_idwsf2_data_service_process_query_msg(LassoIdWsf2DataService *service, const gchar *message); +LASSO_EXPORT gint lasso_idwsf2_data_service_build_query_response_msg( + LassoIdWsf2DataService *service); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit