diff options
Diffstat (limited to 'source4/script/update-proto.pl')
-rwxr-xr-x | source4/script/update-proto.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/script/update-proto.pl b/source4/script/update-proto.pl index 49976e3980..c130650fb8 100755 --- a/source4/script/update-proto.pl +++ b/source4/script/update-proto.pl @@ -33,6 +33,9 @@ It will automatically parse C files after it encounters a line that contains: /* The following definitions come from FILE */ +When two or more prototypes exist for a function, only the first one +will be kept. + =head1 OPTIONS =over 4 |