]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/manson-hcs-3xxx/protocol.h
Various minor cosmetics and consistency fixes.
[libsigrok.git] / src / hardware / manson-hcs-3xxx / protocol.h
index 92e10ce29354b0ae0b6aa3afcdb870c0dd9bbb1c..465cdd9d9315f38fe01332659ab2f895e044228d 100644 (file)
@@ -92,7 +92,7 @@ struct dev_context {
 };
 
 SR_PRIV int hcs_parse_volt_curr_mode(struct sr_dev_inst *sdi, char **tokens);
-SR_PRIV int hcs_read_reply(struct sr_serial_dev_inst *serial, int lines, charbuf, int buflen);
+SR_PRIV int hcs_read_reply(struct sr_serial_dev_inst *serial, int lines, char *buf, int buflen);
 SR_PRIV int hcs_send_cmd(struct sr_serial_dev_inst *serial, const char *cmd, ...);
 SR_PRIV int hcs_receive_data(int fd, int revents, void *cb_data);