summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
Commit message (Collapse)AuthorAgeFilesLines
* Use __EXPORTED rather than EXPORT_SYMBOLKevin Cernekee2017-01-161-1/+1
| | | | | | | | | | | | | | clang is sensitive to the ordering of __attribute__((visibility("default"))) relative to the function body. gcc is not. So if we try to re-declare an existing function with default visibility, clang prints a warning and generates a broken .so file in which nfct_helper_* are not exported to library callers. Move the attribute up into the function definition to make clang happy. Signed-off-by: Kevin Cernekee <cernekee@chromium.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* initial importPablo Neira Ayuso2012-01-161-0/+184
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>