s4:pyrpc_util: s/typename/type_name to avoid c++ warnings
[metze/samba/wip.git] / source4 / librpc / rpc / pyrpc_util.h
index 445138b9b5f62263aff679b34ceed6b35d60b498..837a33be16968d066e3cc6ec769da9486ea206bf 100644 (file)
@@ -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);