From: Uwe Hermann Date: Thu, 2 Mar 2017 13:25:27 +0000 (+0100) Subject: rohde-schwarz-sme-0x: Drop prototypes for non-existing functions. X-Git-Tag: libsigrok-0.5.0~115 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=d7056eead2f2da08c758ac9c4055e032a4351c2f rohde-schwarz-sme-0x: Drop prototypes for non-existing functions. --- diff --git a/src/hardware/rohde-schwarz-sme-0x/protocol.h b/src/hardware/rohde-schwarz-sme-0x/protocol.h index 5310a2b0..7b66c814 100644 --- a/src/hardware/rohde-schwarz-sme-0x/protocol.h +++ b/src/hardware/rohde-schwarz-sme-0x/protocol.h @@ -47,9 +47,7 @@ struct dev_context { const struct rs_device_model *model_config; }; -SR_PRIV int rs_sme0x_receive_data(int fd, int revents, void *cb_data); SR_PRIV int rs_sme0x_mode_remote(struct sr_scpi_dev_inst *scpi); -SR_PRIV int rs_sme0x_close(struct sr_dev_inst *sdi); SR_PRIV int rs_sme0x_get_freq(const struct sr_dev_inst *sdi, double *freq); SR_PRIV int rs_sme0x_get_power(const struct sr_dev_inst *sdi, double *power); SR_PRIV int rs_sme0x_set_freq(const struct sr_dev_inst *sdi, double freq);