libsigrok/output/text
Uwe Hermann 1a081ca67d sr: Mark API functions with SR_API/SR_PRIV.
Use SR_API to mark public API symbols, and SR_PRIV for private symbols.

Variables and functions marked 'static' are private already and don't
need SR_PRIV. However, functions which are not static (because they need
to be used in other libsigrok-internal files) but are also not meant to
be part of the public libsigrok API, must use SR_PRIV.

This uses the 'visibility' feature of gcc (requires gcc >= 4.0).

Details: http://gcc.gnu.org/wiki/Visibility
2012-02-02 00:03:17 +01:00
..
Makefile.am sr/srd: Remove/fix non-applicable autotools stuff. 2011-12-30 11:14:24 +01:00
ascii.c sr/srd: Fix left-over #includes. 2012-01-03 19:56:01 +01:00
bits.c sr/srd: Fix left-over #includes. 2012-01-03 19:56:01 +01:00
hex.c sr/srd: Fix left-over #includes. 2012-01-03 19:56:01 +01:00
text.c sr: Mark API functions with SR_API/SR_PRIV. 2012-02-02 00:03:17 +01:00
text.h Constify some more 'char *' parameters. 2011-02-20 21:16:26 +01:00