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