summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-15 00:22:44 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-15 00:22:44 +0000
commit5ba578ade45dd65238fa7c94b6fff641c67e79ce (patch)
treed8bd6ae544bea411b4dc354efb9c6a1fc4d105b4
parent668eee047a196bc964438c817b5b3013136dbf23 (diff)
*** empty log message ***
-rw-r--r--lasso/Attic/protocols/name_identifier_mapping.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/lasso/Attic/protocols/name_identifier_mapping.h b/lasso/Attic/protocols/name_identifier_mapping.h
deleted file mode 100644
index 8493be46..00000000
--- a/lasso/Attic/protocols/name_identifier_mapping.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#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__ */