sim: constify arg to sim_do_command
[deliverable/binutils-gdb.git] / sim / erc32 / sis.c
index f40cd65de0c4396c8c44cb1bfc9814b8ce18a398..89e6f022ccd30911fcfd56d9159029c8c569ef63 100644 (file)
@@ -41,10 +41,10 @@ typedef struct {
   char *data;
 } HIST_ENTRY;
 
-extern char *  readline PARAMS ((char *prompt));
-extern void    using_history PARAMS ((void));
-extern void    add_history PARAMS ((char *string));
-extern HIST_ENTRY *remove_history PARAMS ((int which));
+extern char *  readline (char *prompt);
+extern void    using_history (void);
+extern void    add_history (char *string);
+extern HIST_ENTRY *remove_history (int which);
 
 
 
This page took 0.040657 seconds and 4 git commands to generate.