pyrpc: Add py_check_dcerpc_type().
authorJelmer Vernooij <jelmer@samba.org>
Fri, 27 Aug 2010 00:17:26 +0000 (02:17 +0200)
committerAndrew Tridgell <tridge@samba.org>
Fri, 27 Aug 2010 02:41:40 +0000 (04:41 +0200)
commit64552e11dd4435ebd85a0c291987457a99d7fe50
treee8abc260ea3fcfd26934ecf2f0831e6aebb3a37f
parent5115f789c007a155e34505852d847b99b7f4c886
pyrpc: Add py_check_dcerpc_type().

This function checks whether the type of a PyObject matches a
DCE/RPC Python type.

Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
source4/libnet/py_net.c
source4/librpc/rpc/pyrpc_util.c [new file with mode: 0644]
source4/librpc/rpc/pyrpc_util.h [new file with mode: 0644]
source4/librpc/wscript_build