Signed / unsigned fixes and function prototypes
[freeradius.git] / src / main / radconf2xml.c
index 8b20255..7e06c14 100644 (file)
@@ -34,7 +34,7 @@ RCSID("$Id$")
 /*
  *     For configuration file stuff.
  */
-const char *radius_dir = RADDBDIR;
+char *radius_dir = RADDBDIR;
 const char *progname = "radconf2xml";
 
 /*