File: policydb_internal.h

package info (click to toggle)
libsepol 2.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,580 kB
  • sloc: ansic: 22,218; makefile: 142; sh: 5
file content (10 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#ifndef _SEPOL_POLICYDB_INTERNAL_H_
#define _SEPOL_POLICYDB_INTERNAL_H_

#include <sepol/policydb.h>
#include "dso.h"

hidden_proto(sepol_policydb_create)
    hidden_proto(sepol_policydb_free)
extern char *policydb_target_strings[];
#endif