mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-09 06:07:28 +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);
|
|
|
|
|