]> sigrok.org Git - libsigrok.git/blobdiff - proto.h
Consistently use 'cg' for channel group variables.
[libsigrok.git] / proto.h
diff --git a/proto.h b/proto.h
index 75ece6c89da1c19de327e563e7b3be6816e9943b..3d860e4b72eebbbeb0c119161822ec6b695b3d6a 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -72,15 +72,15 @@ SR_API int sr_driver_init(struct sr_context *ctx,
 SR_API GSList *sr_driver_scan(struct sr_dev_driver *driver, GSList *options);
 SR_API int sr_config_get(const struct sr_dev_driver *driver,
                const struct sr_dev_inst *sdi,
-               const struct sr_channel_group *channel_group,
+               const struct sr_channel_group *cg,
                int key, GVariant **data);
 SR_API int sr_config_set(const struct sr_dev_inst *sdi,
-               const struct sr_channel_group *channel_group,
+               const struct sr_channel_group *cg,
                int key, GVariant *data);
 SR_API int sr_config_commit(const struct sr_dev_inst *sdi);
 SR_API int sr_config_list(const struct sr_dev_driver *driver,
                const struct sr_dev_inst *sdi,
-               const struct sr_channel_group *channel_group,
+               const struct sr_channel_group *cg,
                int key, GVariant **data);
 SR_API const struct sr_config_info *sr_config_info_get(int key);
 SR_API const struct sr_config_info *sr_config_info_name_get(const char *optname);