]> sigrok.org Git - libsigrok.git/blobdiff - sigrok-proto.h
Changed SR_T_NULL to SR_T_BOOL and adjusted RLE option.
[libsigrok.git] / sigrok-proto.h
index ee099eccd9ef34457860f4adc99a415182f2d057..9a9614c52263e01fa8ac6c05236a5b0d5555192e 100644 (file)
@@ -144,5 +144,6 @@ char **sr_parse_triggerstring(struct sr_device *device,
                              const char *triggerstring);
 uint64_t sr_parse_sizestring(const char *sizestring);
 uint64_t sr_parse_timestring(const char *timestring);
+gboolean sr_parse_boolstring(const char *boolstring);
 
 #endif