diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-16 19:57:19 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-16 19:57:19 +0000 |
commit | d450852cb3f7b4919eaf956ea0c34a5caeecee5e (patch) | |
tree | 335d04cc9cfc9029551b9176ca163584d4d54f71 /gdb/kod-cisco.c | |
parent | 39e2b1a6657bcf6f1ae2b616b447c9dab88917ef (diff) | |
download | gdb-d450852cb3f7b4919eaf956ea0c34a5caeecee5e.tar.gz |
import gdb-1999-08-16 snapshot
Diffstat (limited to 'gdb/kod-cisco.c')
-rw-r--r-- | gdb/kod-cisco.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/kod-cisco.c b/gdb/kod-cisco.c index b33b9e58d8d..c5be81ade93 100644 --- a/gdb/kod-cisco.c +++ b/gdb/kod-cisco.c @@ -43,8 +43,7 @@ static void (*gdb_kod_query) (char *, char *, int *); displaying output (presumably to the user) and the other for querying the target. */ char * -cisco_kod_open (char *arg, - void (*display_func) (char *), +cisco_kod_open (void (*display_func) (char *), void (*query_func) (char *, char *, int *)) { char buffer[PBUFSIZ]; |