32 #include <sexp-types.h>
39 typedef uint8_t SEXP_pflags_t;
41 #define SEXP_PFLAG_EOFOK 0x01
42 #define SEXP_PFLAG_FREEBUF 0x02
43 #define SEXP_PFLAG_ALL 0x03
45 int SEXP_psetup_setflags (
SEXP_psetup_t *psetup, SEXP_pflags_t flags);
46 int SEXP_psetup_unsetflags (
SEXP_psetup_t *psetup, SEXP_pflags_t flags);
Definition: _sexp-parser.h:48
Definition: sexp-types.h:82
Definition: _sexp-parser.h:110