From 5fcbb1676009de9e384a8f76e0c4ab1b43ce3746 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 9 Dec 2010 09:59:52 +0100 Subject: s4:pyrpc_util: s/typename/type_name to avoid c++ warnings metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu Dec 9 17:55:57 CET 2010 on sn-devel-104 --- source4/librpc/rpc/pyrpc_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/rpc/pyrpc_util.h') diff --git a/source4/librpc/rpc/pyrpc_util.h b/source4/librpc/rpc/pyrpc_util.h index 445138b9b5..837a33be16 100644 --- a/source4/librpc/rpc/pyrpc_util.h +++ b/source4/librpc/rpc/pyrpc_util.h @@ -46,7 +46,7 @@ struct PyNdrRpcMethodDef { const struct ndr_interface_table *table; }; -bool py_check_dcerpc_type(PyObject *obj, const char *module, const char *typename); +bool py_check_dcerpc_type(PyObject *obj, const char *module, const char *type_name); bool PyInterface_AddNdrRpcMethods(PyTypeObject *object, const struct PyNdrRpcMethodDef *mds); PyObject *py_dcerpc_interface_init_helper(PyTypeObject *type, PyObject *args, PyObject *kwargs, const struct ndr_interface_table *table); -- cgit