diff options
Diffstat (limited to 'gdb/rdi-share/devsw.h')
-rw-r--r-- | gdb/rdi-share/devsw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rdi-share/devsw.h b/gdb/rdi-share/devsw.h index 749e7e6..6a2279d 100644 --- a/gdb/rdi-share/devsw.h +++ b/gdb/rdi-share/devsw.h @@ -160,7 +160,7 @@ AdpErrs DevSW_Match(const DeviceDescr *device, const char *name, * OK: adp_ok * Error: adp_device_not_open */ -AdpErrs DevSW_Close(const DeviceDescr *device, const DevChanID type); +AdpErrs DevSW_Close(DeviceDescr *device, const DevChanID type); /* * Function: DevSW_Read |