]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/scpi_tcp.c
Don't define names ending with _t (POSIX reserved).
[libsigrok.git] / hardware / common / scpi_tcp.c
index 21235f36240d61ae25c82e484521b959ac27b833..8ac2200f7f7f88b0ed104be5dcbf5687b0d76d08 100644 (file)
@@ -116,7 +116,7 @@ static int scpi_tcp_open(void *priv)
 }
 
 static int scpi_tcp_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 scpi_tcp *tcp = priv;