#ifndef __GARGOYLE_H_ #define __GARGOYLE_H_ #include #include #include #include const uint8_t GARGOYLE_DIGEST_ALL = 1 << 0; uint8_t gargoyle_digest_args(uint16_t optc, struct gargoyle_opt *optv, int *argc, char ***argv, uint8_t flags); #endif