mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-13 17:44:54 +00:00
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);
|
||
|
|
||
|
|