X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Flecroy-xstream%2Fprotocol.h;h=f639dfffa665fd4fa7bf8549d044d1bb302b7be4;hb=18426d1c0e36b2b26d9dfc53eaac64b857e941c8;hp=0b8d9e59edba9a3fa2ee56ecd5b92d02d710bf81;hpb=79100d4e8be332622f70a1831413e55486799eb9;p=libsigrok.git diff --git a/src/hardware/lecroy-xstream/protocol.h b/src/hardware/lecroy-xstream/protocol.h index 0b8d9e59..f639dfff 100644 --- a/src/hardware/lecroy-xstream/protocol.h +++ b/src/hardware/lecroy-xstream/protocol.h @@ -98,6 +98,7 @@ SR_PRIV void lecroy_xstream_state_free(struct scope_state *state); SR_PRIV int lecroy_xstream_state_get(struct sr_dev_inst *sdi); SR_PRIV int lecroy_xstream_channel_state_set(const struct sr_dev_inst *sdi, const int ch_index, gboolean ch_state); -SR_PRIV int lecroy_xstream_update_sample_rate(const struct sr_dev_inst *sdi); +SR_PRIV int lecroy_xstream_update_sample_rate(const struct sr_dev_inst *sdi, + int num_of_samples); #endif