1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

r1040: make sure main() doesn't get auto-prototyped

This commit is contained in:
Andrew Tridgell
2004-06-06 07:10:58 +00:00
committed by Gerald (Jerry) Carter
parent c085b1f94e
commit 7c2279e4bc

View File

@@ -91,7 +91,7 @@ static void writediff(REG_KEY *oldkey, REG_KEY *newkey, FILE *out)
}
}
int main(int argc, char **argv)
int main(int argc, char **argv)
{
int opt;
poptContext pc;