pidl: Fix function for py_<name>_ndr_print_(in|out)
authorAndreas Schneider <asn@samba.org>
Wed, 12 Dec 2018 19:53:00 +0000 (20:53 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 13 Dec 2018 00:49:30 +0000 (01:49 +0100)
commit5508c19c5cbcde13f1239e1e2f167bdaf894b8dc
tree91c255978ef90b738c3a52d91f5789561967a2ab
parent676a8fdefc9977535b1b28fedd3c567b252b0693
pidl: Fix function for py_<name>_ndr_print_(in|out)

The function takes two PyObject arguments, See:

https://docs.python.org/3/c-api/structures.html#c.PyCFunction

and

https://docs.python.org/2/c-api/structures.html#c.PyCFunction

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
pidl/lib/Parse/Pidl/Samba4/Python.pm