summaryrefslogtreecommitdiff
path: root/gpib.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:06:15 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:06:15 -0500
commitec3a5e6b3b28184ea7075c6de9d3e95ae37a7c4c (patch)
tree55c7e9e7cc2ba5bbbd98bd03c6c6e7eecb75ac19 /gpib.h
parent8c63fc997dbfa0e6268537482df97d0fa744010a (diff)
keep track of shell and VXI connections separately
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 610d74e..65b263b 100644
--- a/gpib.h
+++ b/gpib.h
@@ -12,7 +12,7 @@ int GPIB_check_for_device_clear_signal(void);
int GPIB_check_for_device_clear_signal(void);
int GPIB_check_for_messages(char *gpib_buf);
int GPIB_handle_new_input(char *gpib_buf);
-void GPIB_start_query_response(gpointer *ignore_this, char *in_string);
+void GPIB_and_VXI_start_query_response(gpointer *ignore_this, char *in_string);
void GPIB_finish_query_response();
void GPIB_check_remote_status (int *is_remote, int *is_lockout);
void GPIB_go_to_local ();