]> sigrok.org Git - libsigrok.git/blobdiff - output/binary.c
sr: input/output: Mark more symbols with SR_PRIV.
[libsigrok.git] / output / binary.c
index daf0feab8dc4e3cf18a003eccf23281fc2728421..f0a3c35a9f9a03e30d5266e8fd35f52bb815d049 100644 (file)
@@ -59,7 +59,7 @@ static int data(struct sr_output *o, const char *data_in, uint64_t length_in,
        return SR_OK;
 }
 
-struct sr_output_format output_binary = {
+SR_PRIV struct sr_output_format output_binary = {
        .id = "binary",
        .description = "Raw binary",
        .df_type = SR_DF_LOGIC,