Use "internal" visibility by default
commit0218957eb5c22fd5a514545149ccb2275a3ed0d5
authorChris Robinson <chris.kcat@gmail.com>
Wed, 8 Dec 2010 10:32:09 +0000 (8 02:32 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 8 Dec 2010 10:32:09 +0000 (8 02:32 -0800)
treeddb660b47ae6261b938e477968ce4c36ba03a43f
parentcd65ab7dfaa07e3fb773de88fca7710393777568
Use "internal" visibility by default
All functions callable by apps, directly or indirectly (eg, through function
pointers), are marked as "protected", and internal visibility can provide
benefits over hidden when we know functions won't be called by other modules.
CMakeLists.txt