From 785c9e279724ddd20141b24598111cdb30955357 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 6 Sep 2015 00:32:07 +0200 Subject: [PATCH] Exported main as API method --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 7995b34..50a86d6 100644 --- a/src/main.c +++ b/src/main.c @@ -120,7 +120,7 @@ int list_tests(bool unicode) { return 0; } -int main(int argc, char *argv[]) { +CR_API int main(int argc, char *argv[]) { static struct option opts[] = { {"verbose", optional_argument, 0, 'b'}, {"version", no_argument, 0, 'v'},