diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-30 13:58:55 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-30 13:58:55 +0000 |
commit | 98435cf8d8fbff278f098c61c4f3568ba649b4be (patch) | |
tree | e7e588868be3ba671cb4368d11194628118d4ca7 /lasso/xml/xml.h | |
parent | e6c4854c49d8d989bd230e74c5ee04572bb9c62b (diff) | |
download | lasso-98435cf8d8fbff278f098c61c4f3568ba649b4be.tar.gz lasso-98435cf8d8fbff278f098c61c4f3568ba649b4be.tar.xz lasso-98435cf8d8fbff278f098c61c4f3568ba649b4be.zip |
merged tools.h and internals.h in new private.h, excluded from API reference.
Diffstat (limited to 'lasso/xml/xml.h')
-rw-r--r-- | lasso/xml/xml.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lasso/xml/xml.h b/lasso/xml/xml.h index cff2f91d..e76e6fc2 100644 --- a/lasso/xml/xml.h +++ b/lasso/xml/xml.h @@ -119,8 +119,7 @@ LASSO_EXPORT gint lasso_node_verify_signature(LassoNode *node, const char *public_key_file, const char *ca_cert_chain_file); #ifdef LASSO_INTERNALS -#include <lasso/xml/internals.h> -#include <lasso/xml/tools.h> +#include <lasso/xml/private.h> #endif #ifdef __cplusplus |