gargoyle/include/gargoyle/scribe.h

11 lines
364 B
C
Raw Normal View History

2022-06-20 01:30:01 +00:00
#ifndef __GARGOYLE_SCRIBE_H_
#define __GARGOYLE_SCRIBE_H_
2022-07-03 00:30:46 +00:00
#include <gargoyle/codex.h>
#include <gargoyle/privledge.h>
2022-06-20 01:30:01 +00:00
2022-06-29 01:24:07 +00:00
uint8_t gargoyle_from_bool(struct gargoyle_opt *opt, const char *brand, const char *neg, uint16_t neg_sz, gargoyle_flag_type flags);
uint8_t gargoyle_from_rope(struct gargoyle_opt *opt, const char *brand_val, gargoyle_flag_type flags);
2022-06-20 01:30:01 +00:00
#endif