summaryrefslogtreecommitdiff
path: root/exports/c/common.h
AgeCommit message (Collapse)Author
2022-09-19Exports: Simplify buildingjwijenbergh
- Remove subdir c - Do not compile c code as a separate shared library - Move all definitions/declarations into the preamble as they shouldn't be shared anyways. So no headers are needed - Define the callback as static, needed so we don't get a duplicate declaration
2022-09-14Refactor: Return without jsonjwijenbergh