$OpenBSD: patch-server_stdinhand_h,v 1.1 2001/08/24 01:59:19 naddy Exp $
--- server/stdinhand.h.orig	Wed Aug 22 21:18:22 2001
+++ server/stdinhand.h	Wed Aug 22 21:18:39 2001
@@ -37,7 +37,7 @@ enum cmdlevel_id access_level_for_next_c
 void notify_if_first_access_level_is_available(void);
 
 #ifdef HAVE_LIBREADLINE
-char **freeciv_completion(const char *text, int start, int end);
+char **freeciv_completion(char *text, int start, int end);
 #endif
 
 #endif /* FC__STDINHAND_H */
