summaryrefslogtreecommitdiff
path: root/gpib.h
diff options
context:
space:
mode:
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 0d9d434..aba8081 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_check_for_device_clear_signal(void);
+int 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);