From f9ec6bfb98786e5b0ea0d1851cbfa1c900f07e3f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Mar 2006 21:24:24 +0000 Subject: r14534: Update doco (This used to be commit 0944dca9586e3dc5ef4a9516c47151d8b121767f) --- source4/script/update-proto.pl | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit