summaryrefslogtreecommitdiffstats
path: root/auth_mellon_util.c
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-06-30 14:02:24 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-06-30 14:02:24 +0000
commitebba3d5671fa289d8b70ef5ea33167e37b4d2b17 (patch)
tree61b452e1bcd31891c8f34417bc9285418680d6bc /auth_mellon_util.c
parentc53fefa5333c58bfb27737b7760c3ce804587ded (diff)
downloadmod_auth_mellon-ebba3d5671fa289d8b70ef5ea33167e37b4d2b17.tar.gz
mod_auth_mellon-ebba3d5671fa289d8b70ef5ea33167e37b4d2b17.tar.xz
mod_auth_mellon-ebba3d5671fa289d8b70ef5ea33167e37b4d2b17.zip
Change return type of am_reconstruct_url to not be const.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@97 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'auth_mellon_util.c')
-rw-r--r--auth_mellon_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth_mellon_util.c b/auth_mellon_util.c
index 576a2dc..bafab58 100644
--- a/auth_mellon_util.c
+++ b/auth_mellon_util.c
@@ -33,9 +33,9 @@
* A string containing the full url of the current request.
* The string is allocated from r->pool.
*/
-const char *am_reconstruct_url(request_rec *r)
+char *am_reconstruct_url(request_rec *r)
{
- const char *url;
+ char *url;
/* This function will construct an full url for a given path relative to
* the root of the web site. To configure what hostname and port this