]> sigrok.org Git - libsigrok.git/blobdiff - output/gnuplot.c
sr: input/output: Mark more symbols with SR_PRIV.
[libsigrok.git] / output / gnuplot.c
index 39b2d2ee43e2cf5d714dba0f953cf9a52d2f93cf..fffafdfcafb41475c27df23ab772690ed6258d16 100644 (file)
@@ -21,9 +21,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
+#include "config.h"
 #include "sigrok.h"
 #include "sigrok-internal.h"
-#include "config.h"
 
 struct context {
        unsigned int num_enabled_probes;
@@ -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,