prevent proto from picking up this as a defintion for 'main()' becoue it conflicts...
authorAndrew Bartlett <abartlet@samba.org>
Mon, 26 Nov 2001 05:59:43 +0000 (05:59 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 Nov 2001 05:59:43 +0000 (05:59 +0000)
(This used to be commit 70e9c2efaada4be609ff053d216d554cb036df4e)

source3/utils/net.c

index 65155991e86dcd6854fee515494263c1589d9965..02373c70510b12cb03c3ecbf9b5c64b5e2abf1c6 100644 (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;