#ifndef __GARGOYLE_H_ #define __GARGOYLE_H_ #include #include #include uint8_t gargoyle_digest(uint16_t optc, struct gargoyle_opt *optv, int *argc, char ***argv); #endif