mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-12 17:15:00 +00:00
1dce0bf16d
Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
8 lines
216 B
C
8 lines
216 B
C
#include <apol/policy.h>
|
|
extern apol_policy_t *policy;
|
|
extern PyObject *wrap_info(PyObject *self, PyObject *args);
|
|
extern void init_info (PyObject *m);
|
|
extern PyObject *wrap_search(PyObject *self, PyObject *args);
|
|
|
|
|