]> sigrok.org Git - libsigrok.git/blobdiff - src/scpi.h
scpi-dmm: Initial driver skeleton.
[libsigrok.git] / src / scpi.h
index e55d36f1513880d84a8d6119a92c59abc507a0d1..13b2d3011d543149d80ad56cfb45fe1a0e290527 100644 (file)
@@ -149,6 +149,8 @@ SR_PRIV int sr_scpi_get_hw_id(struct sr_scpi_dev_inst *scpi,
                        struct sr_scpi_hw_info **scpi_response);
 SR_PRIV void sr_scpi_hw_info_free(struct sr_scpi_hw_info *hw_info);
 
+SR_PRIV const char *sr_scpi_unquote_string(char *s);
+
 SR_PRIV const char *sr_vendor_alias(const char *raw_vendor);
 SR_PRIV const char *sr_scpi_cmd_get(const struct scpi_command *cmdtable,
                int command);