summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-09-13 04:48:13 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-10-26 11:20:19 +0200
commit29e75e98763623742eacf53cc680774db49f8524 (patch)
tree0a6d3b0d5231a30910bd3ed20b3b4be263eb7284 /source4/librpc
parentf7707c04a5e039e757b288ad67a0c3cac9c6466a (diff)
downloadsamba-29e75e98763623742eacf53cc680774db49f8524.tar.gz
s4:pyrpc: remove unused py_{import,export}_netr_* prototypes
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/pyrpc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/librpc/rpc/pyrpc.h b/source4/librpc/rpc/pyrpc.h
index 32a58e39328..968bf863c4c 100644
--- a/source4/librpc/rpc/pyrpc.h
+++ b/source4/librpc/rpc/pyrpc.h
@@ -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 */