diff options
| -rw-r--r-- | lasso/id-ff/server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/id-ff/server.h b/lasso/id-ff/server.h index 5ba1a5c9..1aff6dd4 100644 --- a/lasso/id-ff/server.h +++ b/lasso/id-ff/server.h @@ -50,7 +50,9 @@ struct _LassoServer { /*< public >*/ GHashTable *providers; /* of LassoProvider */ /* Can actually contain LassoDataService or LassoIdWsf2DataService or any subclass */ + /*< private >*/ GHashTable *services; /* of LassoDataService */ + /*< public >*/ gchar *private_key; gchar *private_key_password; |
