diff options
Diffstat (limited to 'source4/script')
-rw-r--r-- | source4/script/mks3param.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/script/mks3param.pl b/source4/script/mks3param.pl index 76322b10764..2d99ad59a9c 100644 --- a/source4/script/mks3param.pl +++ b/source4/script/mks3param.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -# Simple script for generating prototypes for C functions -# Written by Jelmer Vernooij +# Generate loadparm interfaces tables for Samba3/Samba4 integration +# by Andrew Bartlett +# based on mkproto.pl Written by Jelmer Vernooij # based on the original mkproto.sh by Andrew Tridgell use strict; |