]> sigrok.org Git - libsigrok.git/blobdiff - hardware/rigol-ds/protocol.h
Replace rigol_ds_send() function with sr_scpi_send().
[libsigrok.git] / hardware / rigol-ds / protocol.h
index da69a3294056e87969d8a0b0951dd262909df332..caf4cde3c3fdb2b14b803645cb1e7c6cdfada52e 100644 (file)
@@ -138,7 +138,6 @@ struct dev_context {
 
 SR_PRIV int rigol_ds_capture_start(const struct sr_dev_inst *sdi);
 SR_PRIV int rigol_ds_receive(int fd, int revents, void *cb_data);
-SR_PRIV int rigol_ds_send(const struct sr_dev_inst *sdi, const char *format, ...);
 SR_PRIV int rigol_ds_get_dev_cfg(const struct sr_dev_inst *sdi);
 
 #endif