X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibsigrok-internal.h;h=20674cdfedfe3b30d5109e287319520ee033c648;hb=87307940f11c53a3f4efe7c4aaddd9db75ebae9c;hp=a1e2f2e4bf35eb1590e40450e588a91bc83dbe2b;hpb=9451e01e77563d97b500922c8bf7f8ae00887153;p=libsigrok.git diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index a1e2f2e4..20674cdf 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -1732,10 +1732,8 @@ struct eev121gw_info { extern SR_PRIV const char *eev121gw_channel_formats[]; SR_PRIV gboolean sr_eev121gw_packet_valid(const uint8_t *buf); -SR_PRIV int sr_eev121gw_parse(const uint8_t *buf, float *floatval, - struct sr_datafeed_analog *analog, void *info); SR_PRIV int sr_eev121gw_3displays_parse(const uint8_t *buf, float *floatval, - struct sr_datafeed_analog *analog, void *info); + struct sr_datafeed_analog *analog, void *info); /*--- scale/kern.c ----------------------------------------------------------*/