diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-05-11 16:51:14 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-05-11 16:51:14 +0000 |
| commit | d46f748b3ac8f6bb56f7eeee41f0c9aaff6afdd5 (patch) | |
| tree | e3f9f47752fb30f88dcfc1057d3b6522adccd8ca | |
| parent | c2540f82e9f2ae39ff88f77d3a92a82f408328fa (diff) | |
| download | lasso-d46f748b3ac8f6bb56f7eeee41f0c9aaff6afdd5.tar.gz lasso-d46f748b3ac8f6bb56f7eeee41f0c9aaff6afdd5.tar.xz lasso-d46f748b3ac8f6bb56f7eeee41f0c9aaff6afdd5.zip | |
initial version
| -rw-r--r-- | lasso/Attic/protocols/name_identifier_mapping.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lasso/Attic/protocols/name_identifier_mapping.h b/lasso/Attic/protocols/name_identifier_mapping.h new file mode 100644 index 00000000..8493be46 --- /dev/null +++ b/lasso/Attic/protocols/name_identifier_mapping.h @@ -0,0 +1,15 @@ +#ifndef __NAME_IDENTIFIER_MAPPING_H__ +#define __NAME_IDENTIFIER_MAPPING_H__ + +#include <lasso/lasso.h> + +LassoNode *lasso_build_name_identifier_mappingRequest(const xmlChar *providerID, + LassoNode *nameIdentifier, + const xmlChar *relayState); + +LassoNode *lasso_build_name_identifier_mappingResponse(LassoNode *request, + const xmlChar *providerID, + const xmlChar *codeValue, + const xmlChar *relayState); + +#endif /* __NAME_IDENTIFIER_MAPPING_H__ */ |
