X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Flibsigrok%2Flibsigrok.h;h=1f20e1d66826b1b8d2bfafba6e98858cc3aff5d8;hb=20e8882106bcd100414573f53b1a2e9a720cae9b;hp=dd6307decf0df4813b54e54cd33fbff162817c64;hpb=7db0639495cb8d96aadcd17678a535c97449a677;p=libsigrok.git diff --git a/include/libsigrok/libsigrok.h b/include/libsigrok/libsigrok.h index dd6307de..1f20e1d6 100644 --- a/include/libsigrok/libsigrok.h +++ b/include/libsigrok/libsigrok.h @@ -443,21 +443,6 @@ struct sr_option { GSList *values; }; -/** Input module metadata keys. */ -enum sr_input_meta_keys { - /** The input filename, if there is one. */ - SR_INPUT_META_FILENAME = 0x01, - /** The input file's size in bytes. */ - SR_INPUT_META_FILESIZE = 0x02, - /** The first 128 bytes of the file, provided as a GString. */ - SR_INPUT_META_HEADER = 0x04, - /** The file's MIME type. */ - SR_INPUT_META_MIMETYPE = 0x08, - - /** The module cannot identify a file without this metadata. */ - SR_INPUT_META_REQUIRED = 0x80, -}; - struct sr_input; struct sr_input_module; struct sr_output;