]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/scpi_usbtmc.c
Don't define names ending with _t (POSIX reserved).
[libsigrok.git] / hardware / common / scpi_usbtmc.c
index 1ffc34ae9392c8826161e21e669eaef232daafeb..8254f8019be990ceee5bf874635b8b77be1c1456 100644 (file)
@@ -87,7 +87,7 @@ static int scpi_usbtmc_open(void *priv)
 }
 
 static int scpi_usbtmc_source_add(void *priv, int events, int timeout,
-                       sr_receive_data_callback_t cb, void *cb_data)
+                       sr_receive_data_callback cb, void *cb_data)
 {
        struct usbtmc_scpi *uscpi = priv;
        struct sr_usbtmc_dev_inst *usbtmc = uscpi->usbtmc;