diff options
Diffstat (limited to 'sim/erc32/sis.c')
-rw-r--r-- | sim/erc32/sis.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/erc32/sis.c b/sim/erc32/sis.c index f40cd65..89e6f02 100644 --- a/sim/erc32/sis.c +++ b/sim/erc32/sis.c @@ -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); |