r13019: Again protect us against format string mismatches, with the new split
authorAndrew Bartlett <abartlet@samba.org>
Wed, 18 Jan 2006 21:52:19 +0000 (21:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:17 +0000 (13:51 -0500)
commitaecd9827c61cb5bc2c1f3dab784066c0d010d1d7
tree278ff71437e1398595010c2f4ce8fd09a134fddf
parentbade0ad9098153c26ec9a0f85e0a6e36b038b028
r13019: Again protect us against format string mismatches, with the new split
out proto headers.

The reason this is done in this way is that the attribute must be on
the prototype, not the actual function defintion.  Hence the macros
which expand to nothing in the C file, but expand to an __attribute__
in the prototype header.

Andrew Bartlett
(This used to be commit a88933668f908a398bb0d8bc7dc39c96cee40de6)
source4/include/includes.h
source4/script/mkproto.pl