From 37f852ca18fa48cf25a238aa4fc411ef8cac5e50 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Fri, 7 May 2004 00:58:56 +0000 Subject: *** empty log message *** --- python/protocols/py_authn_request.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/protocols/py_authn_request.c') diff --git a/python/protocols/py_authn_request.c b/python/protocols/py_authn_request.c index f52e95b3..a047f6c2 100644 --- a/python/protocols/py_authn_request.c +++ b/python/protocols/py_authn_request.c @@ -98,8 +98,8 @@ PyObject *authn_request_set_scoping(PyObject *self, PyObject *args) { /******************************************************************************/ PyObject *authn_request_get_protocolProfile(PyObject *self, PyObject *args) { - xmlChar *query; - xmlChar *protocolProfile; + gchar *query; + gchar *protocolProfile; if(!PyArg_ParseTuple(args, (char *) "s:authn_request_get_protocolProfile", &query)) -- cgit