]> sigrok.org Git - libsigrok.git/blobdiff - hwdriver.c
Rename sr_info_get() to sr_config_get().
[libsigrok.git] / hwdriver.c
index b413610339ed6b38f5e8e01a28c9643eda781509..100063d85cf793271104e4836a622763757ad75a 100644 (file)
@@ -316,7 +316,7 @@ SR_PRIV struct sr_config *sr_config_make(int key, const void *value)
  *         but this is not to be flagged as an error by the caller; merely
  *         as an indication that it's not applicable.
  */
-SR_API int sr_info_get(struct sr_dev_driver *driver, int id,
+SR_API int sr_config_get(struct sr_dev_driver *driver, int id,
                const void **data, const struct sr_dev_inst *sdi)
 {
        int ret;