summaryrefslogtreecommitdiff
path: root/gpib.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 20:24:15 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 20:24:15 -0500
commitb1891eba268cb6acd0dd1eca0c80adbaecd73bff (patch)
tree20ac2808cb45a666a82948f129cef977e5112d51 /gpib.h
parent6f8a981b61114d641799fc540dde49f3ae021708 (diff)
first attempt to disentangle VXI and GPIB STB reporting
Diffstat (limited to 'gpib.h')
-rw-r--r--gpib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpib.h b/gpib.h
index f8884be..7241ede 100644
--- a/gpib.h
+++ b/gpib.h
@@ -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);