]> sigrok.org Git - libsigrok.git/blobdiff - proto.h
sr: rename sr_hw_hwcap_get() to sr_devopt_get()
[libsigrok.git] / proto.h
diff --git a/proto.h b/proto.h
index 7ac3d09e480b7151fce56a623207eac30d1a3d9d..ea4bc591a6c1853ee3c55175adc6691d063664d4 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -71,7 +71,7 @@ SR_API int sr_info_get(struct sr_dev_driver *driver, int id,
                const void **data, const struct sr_dev_inst *sdi);
 SR_API gboolean sr_driver_hwcap_exists(struct sr_dev_driver *driver, int hwcap);
 SR_API const struct sr_hwcap_option *sr_drvopt_get(int hwopt);
-SR_API const struct sr_hwcap_option *sr_hw_hwcap_get(int hwcap);
+SR_API const struct sr_hwcap_option *sr_devopt_get(int hwcap);
 
 /*--- session.c -------------------------------------------------------------*/