diff options
| author | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-08-10 08:33:41 +0000 |
|---|---|---|
| committer | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-08-10 08:33:41 +0000 |
| commit | 18352ddb396946ca7583f8a770cd59ecfca8abdb (patch) | |
| tree | 5406a02ffb53d0894eca7bae6e6e60e032a95b23 /php/xml | |
| parent | b06cb80fb55fd6976e086fdf8f290f6f539d0534 (diff) | |
| download | lasso-18352ddb396946ca7583f8a770cd59ecfca8abdb.tar.gz lasso-18352ddb396946ca7583f8a770cd59ecfca8abdb.tar.xz lasso-18352ddb396946ca7583f8a770cd59ecfca8abdb.zip | |
Removed the param 'remote_providerID' of lasso_login_init_authn_request() method
Added a param 'remote_providerID' in lasso_login_build_authn_request_msg() method
Fix compilation warnings, avoid multiple definitions and REGISTER_STRING_CONSTANT
Diffstat (limited to 'php/xml')
| -rw-r--r-- | php/xml/lasso_lib_authn_request.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php/xml/lasso_lib_authn_request.c b/php/xml/lasso_lib_authn_request.c index 69a8a856..58876c66 100644 --- a/php/xml/lasso_lib_authn_request.c +++ b/php/xml/lasso_lib_authn_request.c @@ -22,15 +22,16 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef HAVE_CONFIG_H -#include "lasso_config.h" -#endif - #include "php.h" #include "php_ini.h" #include "ext/standard/info.h" #include "../php_lasso.h" +#ifdef HAVE_CONFIG_H +#include "lasso_config.h" +#endif + + #include "lasso.h" /* {{{ proto resource lasso_cast_to_lib_authn_request(resource node) */ |
