X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ftondaj-sl-814%2Fprotocol.c;h=c3b065615de746b5b89b95624a0aef63ebc78187;hb=e8be616955f2bc4e2c72fc55d899056ad68fb75c;hp=b27388d1839801fdd1303ec333635e121813ddeb;hpb=145d794facd93b182e6c85d7613ce2e6d9a66d48;p=libsigrok.git diff --git a/src/hardware/tondaj-sl-814/protocol.c b/src/hardware/tondaj-sl-814/protocol.c index b27388d1..c3b06561 100644 --- a/src/hardware/tondaj-sl-814/protocol.c +++ b/src/hardware/tondaj-sl-814/protocol.c @@ -108,7 +108,7 @@ static void decode_packet(struct sr_dev_inst *sdi) devc->num_samples++; } -int tondaj_sl_814_receive_data(int fd, int revents, void *cb_data) +SR_PRIV int tondaj_sl_814_receive_data(int fd, int revents, void *cb_data) { struct sr_dev_inst *sdi; struct dev_context *devc;