mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-25 23:42:05 +00:00
7 lines
89 B
C
7 lines
89 B
C
|
#ifndef _CHECKPOLICY_H_
|
||
|
#define _CHECKPOLICY_H_
|
||
|
|
||
|
extern unsigned int policyvers;
|
||
|
|
||
|
#endif
|