diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:24:15 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:24:15 -0500 |
commit | b1891eba268cb6acd0dd1eca0c80adbaecd73bff (patch) | |
tree | 20ac2808cb45a666a82948f129cef977e5112d51 /gpib.h | |
parent | 6f8a981b61114d641799fc540dde49f3ae021708 (diff) |
first attempt to disentangle VXI and GPIB STB reporting
Diffstat (limited to 'gpib.h')
-rw-r--r-- | gpib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ void GPIB_Set_Device_Dependent_Error(void); void GPIB_initialize(void); void GPIB_change_address(int new_address); int GPIB_check_for_device_clear_signal(void); -int GPIB_and_VXI_device_clear(void); +void GPIB_and_VXI_device_clear(void); int GPIB_check_for_messages(char *gpib_buf); int GPIB_handle_new_input(char *gpib_buf); void GPIB_and_VXI_start_query_response(gpointer ignore_this, gchar *in_string); |