diff options
| -rw-r--r-- | lasso/id-wsf/data_service.h | 1 | ||||
| -rw-r--r-- | lasso/id-wsf/discovery.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lasso/id-wsf/data_service.h b/lasso/id-wsf/data_service.h index ec6789a0..364e7f68 100644 --- a/lasso/id-wsf/data_service.h +++ b/lasso/id-wsf/data_service.h @@ -58,6 +58,7 @@ typedef struct _LassoDataServicePrivate LassoDataServicePrivate; struct _LassoDataService { LassoWsfProfile parent; + /*< public >*/ LassoDiscoResourceID *resource_id; LassoDiscoEncryptedResourceID *encrypted_resource_id; xmlNode *resource_data; diff --git a/lasso/id-wsf/discovery.h b/lasso/id-wsf/discovery.h index 7eb4872c..49842c2c 100644 --- a/lasso/id-wsf/discovery.h +++ b/lasso/id-wsf/discovery.h @@ -65,6 +65,7 @@ typedef struct _LassoDiscoveryPrivate LassoDiscoveryPrivate; struct _LassoDiscovery { LassoWsfProfile parent; + /*< public >*/ LassoDiscoResourceID *resource_id; LassoDiscoEncryptedResourceID *encrypted_resource_id; |
