librpc/idl: Use [nopython] attr for types used in decode_PrimaryKerberos method
authorKamen Mazdrashki <kamenim@samba.org>
Tue, 6 Apr 2010 12:10:47 +0000 (15:10 +0300)
committerKamen Mazdrashki <kamenim@samba.org>
Fri, 9 Apr 2010 09:21:28 +0000 (12:21 +0300)
commit8dd5705a591ee617478663180316dd0f768049b9
tree9b4f10ac0033f86b9c88301d417d87fa1ceebad2
parent2ea99c22c3e89780062959dd9da71f5b5da7831e
librpc/idl: Use [nopython] attr for types used in decode_PrimaryKerberos method

C code generation for python module generates invalid code
(i.e. can not be compiled).
Another reason to 'hide' those types from Python is
that those types are not used at the moment
(and most probably won't be used in the future)
librpc/gen_ndr/drsblobs.h
librpc/idl/drsblobs.idl