X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/84aacf34eae6543be9f0280b2015385f91e5c2c6..b54c578e17e9bcbd74aa30ea75e25e955b9a6205:/SecurityTool/macOS/smartcards.h diff --git a/SecurityTool/macOS/smartcards.h b/SecurityTool/macOS/smartcards.h new file mode 100644 index 00000000..cc674618 --- /dev/null +++ b/SecurityTool/macOS/smartcards.h @@ -0,0 +1,10 @@ +// +// smartcards.h +// SecurityTool + +#ifndef smartcards_h +#define smartcards_h + +int smartcards(int argc, char * const *argv); + +#endif