s4:pyrpc: remove unused py_{import,export}_netr_* prototypes
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Sep 2016 02:48:13 +0000 (04:48 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 26 Oct 2016 09:20:19 +0000 (11:20 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/librpc/rpc/pyrpc.h

index 32a58e39328374707939c9fab8d7e71a5a4c1da5..968bf863c4c178d1d525db0390ba9242398eb5e2 100644 (file)
@@ -47,19 +47,6 @@ typedef struct {
 } dcerpc_InterfaceObject;
 
 
-/*
-  these prototypes should be generated by the python pidl backend, but
-  aren't yet. They are needed when one module that has python access
-  is accessed by another module
- */
-union netr_LogonLevel *py_export_netr_LogonLevel(TALLOC_CTX *mem_ctx, int level, PyObject *in);
-union netr_Validation;
-PyObject *py_import_netr_Validation(TALLOC_CTX *mem_ctx, int level, union netr_Validation *in);
-
-union netr_CONTROL_DATA_INFORMATION *py_export_netr_CONTROL_DATA_INFORMATION(TALLOC_CTX *mem_ctx, int level, PyObject *in);
-union netr_CONTROL_QUERY_INFORMATION;
-PyObject *py_import_netr_CONTROL_QUERY_INFORMATION(TALLOC_CTX *mem_ctx, int level, union netr_CONTROL_QUERY_INFORMATION *in);
-
 #ifndef NDR_DCERPC_REQUEST_OBJECT_PRESENT
 #define NDR_DCERPC_REQUEST_OBJECT_PRESENT LIBNDR_FLAG_OBJECT_PRESENT
 #endif /* NDR_DCERPC_REQUEST_OBJECT_PRESENT */