gargoyle/include/gargoyle/sleuth.h

12 lines
445 B
C

#ifndef __GARGOYLE_SLEUTH_H_
#define __GARGOYLE_SLEUTH_H_
#include <gargoyle/codex.h>
#include <gargoyle/privledge.h>
#include <stdint.h>
struct gargoyle_optn *gargoyle_find_brand(uint16_t optc, struct gargoyle_optn *optv, const char *brand, const char *neg, uint16_t neg_sz, gargoyle_flag_type flags);
struct gargoyle_optn *gargoyle_find_emblem(uint16_t optc, struct gargoyle_optn *optv, const char emblem, gargoyle_flag_type flags);
#endif