s4:mkproto: Add NET_API_STATUS return type.
authorAndrew Kroeger <andrew@id10ts.net>
Mon, 1 Jun 2009 09:36:50 +0000 (04:36 -0500)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 1 Jun 2009 09:55:34 +0000 (19:55 +1000)
commit05be1cc717b4b35e0a78806330a7deaee89663e3
treebbdb69534873f9504030a671cc541dc4684e1000
parenta0edb50552090341760c9dfcf27a71df8100e1a5
s4:mkproto: Add NET_API_STATUS return type.

The recently added LIBNETAPI torture tests use NET_API_STATUS as a return type
for some functions.  The torture/libnetapi/proto.h private header that was being
generated by mkproto.pl did not include a prototype for the test_netuseradd()
function, as it did not know how to handle the NET_API_STATUS return type.
source4/script/mkproto.pl