Exported main as API method
This commit is contained in:
parent
933bbefa11
commit
785c9e2797
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Reference in a new issue