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:
committed by
Gerald (Jerry) Carter
parent
c085b1f94e
commit
7c2279e4bc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user