add forgottent static modifier

This commit is contained in:
Benjamin Dauvergne 2008-05-28 10:32:36 +00:00
parent 3a50748da3
commit acf8e2c6fc
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ struct _LassoWsfProfilePrivate
GList *credentials;
};
gint lasso_wsf_profile_verify_x509_authentication(LassoWsfProfile *profile,
static gint lasso_wsf_profile_verify_x509_authentication(LassoWsfProfile *profile,
xmlDoc *doc, xmlSecKey *public_key);
static gboolean lasso_wsf_profile_has_saml_authentication(LassoWsfProfile *profile);
static gboolean lasso_wsf_profile_has_x509_authentication(LassoWsfProfile *profile);