summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/disco_query_response.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lasso/xml/disco_query_response.h b/lasso/xml/disco_query_response.h
index aacebe9c..79c7d939 100644
--- a/lasso/xml/disco_query_response.h
+++ b/lasso/xml/disco_query_response.h
@@ -65,8 +65,12 @@ struct _LassoDiscoQueryResponseClass {
};
LASSO_EXPORT GType lasso_disco_query_response_get_type(void);
+
LASSO_EXPORT LassoDiscoQueryResponse* lasso_disco_query_response_new(LassoUtilityStatus *status);
+LASSO_EXPORT LassoDiscoQueryResponse* lasso_disco_query_response_new_from_message(
+ const gchar *message);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */