--- ./src/freeradius-devel/token.h.orig	2007-12-17 13:53:30.000000000 +0200
+++ ./src/freeradius-devel/token.h	2007-12-17 13:54:52.000000000 +0200
@@ -71,9 +71,9 @@
 			 const char *def);
 
 
-int		getword (char **ptr, char *buf, int buflen);
-int		getbareword (char **ptr, char *buf, int buflen);
-FR_TOKEN	gettoken(char **ptr, char *buf, int buflen);
-FR_TOKEN	getstring(char **ptr, char *buf, int buflen);
+int		getword (const char **ptr, char *buf, int buflen);
+int		getbareword (const char **ptr, char *buf, int buflen);
+FR_TOKEN	gettoken(const char **ptr, char *buf, int buflen);
+FR_TOKEN	getstring(const char **ptr, char *buf, int buflen);
 
 #endif /* FR_TOKEN_H */
