forked from Mirrors/freeswitch
5 lines
115 B
C
5 lines
115 B
C
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
return 77; /* exit code indicating make check that test has been SKIPped */
|
||
|
}
|