1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

prevent proto from picking up this as a defintion for 'main()' becoue it conflicts with nmbd's definition.

This commit is contained in:
Andrew Bartlett -
parent 8227f6909c
commit 70e9c2efaa

View File

@ -1290,7 +1290,7 @@ static struct functable net_func[] = {
/****************************************************************************
main program
****************************************************************************/
int main(int argc, const char **argv)
int main(int argc, const char **argv)
{
int opt,i;
char *p;