misc: move declarations of signature method setters in private.h (#86867)
gitea/lasso/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2024-02-14 12:43:15 +01:00
parent 625bf7d9c1
commit 3e6f9076e1
2 changed files with 4 additions and 1 deletions

View File

@ -133,7 +133,6 @@ LASSO_EXPORT gchar *lasso_server_get_endpoint_url_by_id(const LassoServer *serve
LASSO_EXPORT GList *lasso_server_get_filtered_provider_list(const LassoServer *server,
LassoProviderRole role, LassoMdProtocolType protocol_type, LassoHttpMethod http_method);
LASSO_EXPORT LassoSignatureMethod lasso_get_default_signature_method();
#ifdef __cplusplus
}
#endif /* __cplusplus */

View File

@ -354,6 +354,10 @@ gchar* lasso_xmlnode_build_deflated_query(xmlNode *xmlnode);
xmlTextReader *lasso_xmltextreader_from_message(const char *message, char **to_free);
void lasso_set_default_signature_method(LassoSignatureMethod meth);
void lasso_set_min_signature_method(LassoSignatureMethod meth);
#ifdef __cplusplus
}
#endif /* __cplusplus */