diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-17 21:24:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:40 -0500 |
commit | f9ec6bfb98786e5b0ea0d1851cbfa1c900f07e3f (patch) | |
tree | f70c9b11c1988f57f3b37abf441de8f5ce14dde8 | |
parent | 8836535421fc6dafeb16971b78434d93ec057454 (diff) | |
download | samba-f9ec6bfb98786e5b0ea0d1851cbfa1c900f07e3f.tar.gz samba-f9ec6bfb98786e5b0ea0d1851cbfa1c900f07e3f.tar.bz2 samba-f9ec6bfb98786e5b0ea0d1851cbfa1c900f07e3f.zip |
r14534: Update doco
(This used to be commit 0944dca9586e3dc5ef4a9516c47151d8b121767f)
-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 |