32 #include <sexp-types.h> 33 #include "oscap_export.h" 40 typedef uint8_t SEXP_pflags_t;
42 #define SEXP_PFLAG_EOFOK 0x01 43 #define SEXP_PFLAG_FREEBUF 0x02 44 #define SEXP_PFLAG_ALL 0x03 46 OSCAP_API
int SEXP_psetup_setflags (
SEXP_psetup_t *psetup, SEXP_pflags_t flags);
47 OSCAP_API
int SEXP_psetup_unsetflags (
SEXP_psetup_t *psetup, SEXP_pflags_t flags);
Definition: _sexp-parser.h:47
Definition: sexp-types.h:82
Definition: _sexp-parser.h:109