summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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__ */