diff options
| -rw-r--r-- | lasso/id-wsf/wsf_profile.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c index ac4c17b0..7b6f0ae3 100644 --- a/lasso/id-wsf/wsf_profile.c +++ b/lasso/id-wsf/wsf_profile.c @@ -191,6 +191,12 @@ lasso_wsf_profile_get_description_auto(LassoDiscoServiceInstance *si, const gcha return NULL; } +/* + * lasso_wsf_profile_get_fault: + * @profile: a #LassoWsfProfile + * + * Get the current fault present in profile private datas + */ LassoSoapFault* lasso_wsf_profile_get_fault(LassoWsfProfile *profile) { |
