Home | History | Annotate | Download | only in src
      1 #ifndef _SEMANAGE_CONTEXT_INTERNAL_H_
      2 #define _SEMANAGE_CONTEXT_INTERNAL_H_
      3 
      4 #include <semanage/context_record.h>
      5 #include "dso.h"
      6 
      7 hidden_proto(semanage_context_clone)
      8     hidden_proto(semanage_context_free)
      9     hidden_proto(semanage_context_from_string)
     10     hidden_proto(semanage_context_to_string)
     11 #endif
     12