X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Finternal.h;h=bd49761a2bde9a825b71d2f96e6032bd3e0a2ef6;hb=fc20d4dc68cbd638bc4da5e12b9dede15287d17b;hp=6ccfbc3f49735a03d3d2755c67bd63c714cac15f;hpb=97d267fad0c08d01c7d1a08f0dfd511048f3b603;p=shibboleth%2Fsp.git diff --git a/shibsp/internal.h b/shibsp/internal.h index 6ccfbc3..bd49761 100644 --- a/shibsp/internal.h +++ b/shibsp/internal.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2011 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,8 +45,19 @@ #include #include +#include +#include using namespace xmltooling::logging; using namespace xercesc; +namespace shibsp { + void SHIBSP_DLLLOCAL limitRelayState( + xmltooling::logging::Category& log, + const Application& application, + const xmltooling::HTTPRequest& httpRequest, + const char* relayState + ); +}; + #endif /* __shibsp_internal_h__ */