]> sigrok.org Git - libsigrok.git/blobdiff - output/text/text.c
Add sr_ prefix for 'struct probe'.
[libsigrok.git] / output / text / text.c
index da41b7334e6ba50434c5bcaaaa431ed4018aabfe..f51a8f31d34c0b3952aa9f5178df6ba798765800 100644 (file)
@@ -67,7 +67,7 @@ void flush_linebufs(struct context *ctx, char *outbuf)
 int init(struct sr_output *o, int default_spl, enum outputmode mode)
 {
        struct context *ctx;
-       struct probe *probe;
+       struct sr_probe *probe;
        GSList *l;
        uint64_t samplerate;
        int num_probes;