verify_common.h (275B)
1 #ifndef MINIROON_VERIFY_COMMON_H 2 #define MINIROON_VERIFY_COMMON_H 3 4 #include "common.h" 5 6 #ifdef PROG 7 #error PROG already defined 8 #endif /* PROG */ 9 10 #include <skalibs/strerr.h> 11 12 #define USAGE "miniroon-verify macaroon-fd macaroon-length" 13 #define PROG "miniroon-verify" 14 15 #endif