summaryrefslogtreecommitdiff
path: root/gpib.c
diff options
context:
space:
mode:
authordaniel <danieruru@gmail.com>2013-01-11 00:28:12 +0900
committerdaniel <danieruru@gmail.com>2013-01-11 00:28:12 +0900
commit42b2eeebf00d31a1c9c2d62d1aec84b44cf7d258 (patch)
tree1f3d8279cb32060833e32171615d29d0f79c6063 /gpib.c
parent2d39eb19f4f9a3eeb738bc755f2e17fc7520450a (diff)
start feeding the stuff from write into the parser
Diffstat (limited to 'gpib.c')
-rw-r--r--gpib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpib.c b/gpib.c
index b3f07db..2218b1a 100644
--- a/gpib.c
+++ b/gpib.c
@@ -779,7 +779,7 @@ static void TNT_Holdoff_off()
}
-void GPIB_and_VXI_start_query_response(gpointer *ignore_this, char *in_string)
+void GPIB_and_VXI_start_query_response(gpointer ignore_this, gchar *in_string)
{
g_assert (ignore_this == NULL);
g_assert (in_string != NULL);