]> sigrok.org Git - libsigrok.git/blobdiff - hardware/saleae-logic/saleae-logic.c
sr: Make more symbols private via static/SR_PRIV.
[libsigrok.git] / hardware / saleae-logic / saleae-logic.c
index fb434fa3707aeee1843cad2b6fe2dffdb093cedb..49174097af0052c8805b328c98aa48660fe399d6 100644 (file)
@@ -815,7 +815,7 @@ static void hw_stop_acquisition(int device_index, gpointer session_data)
        /* TODO: Need to cancel and free any queued up transfers. */
 }
 
-struct sr_device_plugin saleae_logic_plugin_info = {
+SR_PRIV struct sr_device_plugin saleae_logic_plugin_info = {
        .name = "saleae-logic",
        .longname = "Saleae Logic",
        .api_version = 1,