]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
output: Modules can keep track of option resources without wrapper help.
[libsigrok.git] / src / libsigrok-internal.h
index a18ccf6ae47787a7858d687f6ded1aadcdb0d080..63fcff919c93f8c2c8455f44d084533aae1a9bba 100644 (file)
@@ -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.