]> sigrok.org Git - libsigrok.git/commitdiff
tondaj-sl-814: Add missing SR_PRIV.
authorUwe Hermann <redacted>
Fri, 20 Mar 2015 13:34:18 +0000 (14:34 +0100)
committerUwe Hermann <redacted>
Sat, 21 Mar 2015 18:01:10 +0000 (19:01 +0100)
src/hardware/tondaj-sl-814/protocol.c

index b27388d1839801fdd1303ec333635e121813ddeb..c3b065615de746b5b89b95624a0aef63ebc78187 100644 (file)
@@ -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;