X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Frdtech-tc%2Fprotocol.h;h=d13527df11b0c3c8f9c8cf938912539d7c532aea;hb=a82490b6f7ea4a65a45d96e1a55c7bd74a4e49c1;hp=4692ec4022f004fe223abba239050041ec21c486;hpb=9e0333f04c09b0dc92920ae02c279b9bf003fa68;p=libsigrok.git diff --git a/src/hardware/rdtech-tc/protocol.h b/src/hardware/rdtech-tc/protocol.h index 4692ec40..d13527df 100644 --- a/src/hardware/rdtech-tc/protocol.h +++ b/src/hardware/rdtech-tc/protocol.h @@ -44,6 +44,6 @@ struct dev_context { SR_PRIV int rdtech_tc_probe(struct sr_serial_dev_inst *serial, struct dev_context *devc); SR_PRIV int rdtech_tc_receive_data(int fd, int revents, void *cb_data); -SR_PRIV int rdtech_tc_poll(const struct sr_dev_inst *sdi); +SR_PRIV int rdtech_tc_poll(const struct sr_dev_inst *sdi, gboolean force); #endif