X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok-internal.h;h=3122e5812e209c424f129db66b64a8c1b1db702d;hb=d43b090816f61e77d8054084e85202de1a1ebeb7;hp=5e0556e3c78e37238dd0eb8846d704ebc3784291;hpb=37fa80b4be4808958340b56dc62265e2d4f14e85;p=libsigrok.git diff --git a/libsigrok-internal.h b/libsigrok-internal.h index 5e0556e3..3122e581 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -181,7 +181,7 @@ typedef void (*std_dev_clear_t)(void *priv); SR_PRIV int std_init(struct sr_context *sr_ctx, struct sr_dev_driver *di, const char *prefix); #ifdef HAVE_LIBSERIALPORT -SR_PRIV int std_dev_acquisition_stop_serial(struct sr_dev_inst *sdi, +SR_PRIV int std_serial_dev_acquisition_stop(struct sr_dev_inst *sdi, void *cb_data, dev_close_t dev_close_fn, struct sr_serial_dev_inst *serial, const char *prefix); #endif