X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Flibsigrok-internal.h;h=63fcff919c93f8c2c8455f44d084533aae1a9bba;hb=950043c30ecd2a0d1d15a14f0d07f29b06157fc6;hp=a18ccf6ae47787a7858d687f6ded1aadcdb0d080;hpb=a24c3f4a899d61a6bfc837a1969dbacf42e2ea72;p=libsigrok.git diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index a18ccf6a..63fcff91 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -209,7 +209,7 @@ struct sr_output_module { * If cached is TRUE, no new GVariants are created for the def and * values fields; instead, the current values are returned. */ - struct sr_option *(*options) (gboolean cached); + struct sr_option *(*options) (void); /** * This function is called once, at the beginning of an output stream.