X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdevice.c;h=aa499c8d74252ad07a37cf54afbec3b1233196ce;hb=03a0002ed466eb003a984af35ba3bfc089a5ddbe;hp=d87d2904a313f74e870a370279cbd64d42110d7a;hpb=ce375f2a396c4735a12e9105595d7c9f1a366abb;p=libsigrok.git diff --git a/src/device.c b/src/device.c index d87d2904..aa499c8d 100644 --- a/src/device.c +++ b/src/device.c @@ -136,7 +136,9 @@ SR_API int sr_dev_channel_enable(struct sr_channel *channel, gboolean state) } /* Returns the next enabled channel, wrapping around if necessary. */ +/** @private */ SR_PRIV struct sr_channel *sr_next_enabled_channel(const struct sr_dev_inst *sdi, + struct sr_channel *cur_channel) { struct sr_channel *next_channel;