]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/command.c
sr: fx2lafw: Use SR_PRIV where needed.
[libsigrok.git] / hardware / fx2lafw / command.c
index 07f6b4adb972200fa890a7f62d6caf017b257623..91a286ce7ba1b09aadbe3e7b7527cb7c51eeb5d3 100644 (file)
@@ -22,8 +22,8 @@
 #include "sigrok.h"
 #include "sigrok-internal.h"
 
-int command_start_acquisition(libusb_device_handle *devhdl,
-                             uint64_t samplerate)
+SR_PRIV int command_start_acquisition(libusb_device_handle *devhdl,
+                                     uint64_t samplerate)
 {
        struct cmd_start_acquisition cmd;
        int delay = 0, ret;