r12520: Add support for --help to mkproto.pl
authorJelmer Vernooij <jelmer@samba.org>
Tue, 27 Dec 2005 20:29:19 +0000 (20:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:51 +0000 (13:47 -0500)
commitcdfd20fa17c5c4655689e8611e0106d5716b6995
treeec11acf644f57492635832586e6768c27d28e3a0
parent832a1092c9c11c293b5748e2e78da872fcba2a42
r12520: Add support for --help to mkproto.pl
Allow the use of {PRIVATE,PUBLIC}_PROTO_HEADER for [SUBSYSTEM]
and [LIBRARY] sections in .mk files. Public functions can be marked
by adding _PUBLIC_ between their return type and function name.

This should eventually make include/proto.h and include/structs.h obsolete.
source/build/smb_build/config_mk.pm
source/build/smb_build/input.pm
source/build/smb_build/main.pl
source/build/smb_build/makefile.pm
source/main.mk
source/script/mkproto.pl