]> sigrok.org Git - libsigrok.git/commit
Make more variables/functions static and non-global.
authorUwe Hermann <redacted>
Wed, 28 Dec 2011 21:55:21 +0000 (22:55 +0100)
committerUwe Hermann <redacted>
Wed, 28 Dec 2011 21:55:21 +0000 (22:55 +0100)
commita0ecd83bc6e07ea412db5cd0108d50d89e36df8f
treef3efeb2651f71d507afcc3b9f7c52f56a3e75a8a
parentc5d660ae244babd4afc7863ba23f66d31af6e29e
Make more variables/functions static and non-global.

The 'GSList *devices' from device.c was actually really global (i.e.,
listed in sigrok.h), which is now fixed.
device.c
hardware/common/ezusb.c
hardware/common/serial.c
hardware/saleae-logic/saleae-logic.c
hwplugin.c
input/input_binary.c
session.c
session_driver.c
sigrok.h.in
strutil.c