]> sigrok.org Git - libsigrok.git/blobdiff - device.c
sr: rename more functions to sr_thing_action format
[libsigrok.git] / device.c
index d504f8b5cc883253e447a0e75b47758ce7f991c5..790264acf651c42c26a74811059a44dcec5429ec 100644 (file)
--- a/device.c
+++ b/device.c
@@ -416,7 +416,7 @@ SR_API gboolean sr_dev_has_hwcap(const struct sr_device *device, int hwcap)
  * @return SR_OK upon success, SR_ERR_ARG upon invalid arguments, or SR_ERR
  *         upon other errors.
  */
-int sr_dev_get_info(const struct sr_device *device, int id,
+SR_API int sr_dev_info_get(const struct sr_device *device, int id,
                                           const void **data)
 {
        if ((device == NULL) || (device->plugin == NULL))