Skip to content
Snippets Groups Projects
Commit cbdfd12c authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Merge branch 'public-libs' into 'master'

Libknot: prefixes + visibility

- All public symbols of libknot are prefixed with `knot_` or `KNOT_`.
- Private symbols are not prefixed.
- All public symbols have visibility defined (macro `_public_`).
- Symbol exporting is handled by `gl_VISIBILITY()` in `configure.ac`.

Tests pass, except for two errors (see email) that previously occurred also in `master` branch. Please, have a look at the `events/ddns` test, it may be an issue. (But if it is, it's present in master already.)

Fixes #200

Follow-up: #305, #301

See merge request !300
parents 6a0d7889 567f932e
No related branches found
No related tags found
No related merge requests found
Showing with 55 additions and 82 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment