summaryrefslogtreecommitdiff
path: root/tests/31-basic-version_check.c
Commit message (Collapse)AuthorAgeFilesLines
* api: add a seccomp_version() API callPaul Moore2016-02-181-0/+41
This will allow callers to dynamically query the libseccomp library to determine the version information. We do not currently plan on exposing this API via any of the supported language bindings. Signed-off-by: Paul Moore <paul@paul-moore.com>