summaryrefslogtreecommitdiff
path: root/gpib.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:37:14 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:37:14 -0500
commit8f433cde879a40fc96f295bfa35e5869781adc5d (patch)
treee497e9118c5cca14806718aa2e74446d5a07d7bd /gpib.c
parent047fcb18ded8438d5763ad537c64a2c110052a11 (diff)
gpib queries should work fully now
Diffstat (limited to 'gpib.c')
-rw-r--r--gpib.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gpib.c b/gpib.c
index 9ebefa1..2277b7a 100644
--- a/gpib.c
+++ b/gpib.c
@@ -771,8 +771,11 @@ static void TNT_Holdoff_off()
}
-int GPIB_send_query_response(char *in_string)
+int GPIB_send_query_response(gpointer *ignore_this, char *in_string)
{
+ g_assert (ignore_this == NULL);
+ g_assert (in_string != NULL);
+
if (!globals.HWDetect.gpib) {
return OK;
}