X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hwplugin.c;h=e913a9afd754f88180108e00409c24e23424cd77;hb=809c5f2011198a064a2e5e4028f19e63eb532ec1;hp=c90259c12b05debbccd523047fe7464727a3b712;hpb=ee4b6342afe8e42c0be481109b9b97e27cbb846a;p=libsigrok.git diff --git a/hwplugin.c b/hwplugin.c index c90259c1..e913a9af 100644 --- a/hwplugin.c +++ b/hwplugin.c @@ -236,7 +236,7 @@ void sr_source_remove(int fd) } void sr_source_add(int fd, int events, int timeout, - receive_data_callback rcv_cb, void *user_data) + sr_receive_data_callback rcv_cb, void *user_data) { sr_session_source_add(fd, events, timeout, rcv_cb, user_data); }