summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2016-08-29 12:52:38 +0200
committerGünther Deschner <gd@samba.org>2016-09-22 12:29:26 +0200
commitd64b316fede2ed527fbc3c8a21e4778328990ca6 (patch)
tree25bfb4501d9ef6eef3c182b3d83ac3e98bec96e1 /librpc
parent23f404b7f549e4829378d5c65d13cadab6791ae6 (diff)
downloadsamba-d64b316fede2ed527fbc3c8a21e4778328990ca6.tar.gz
spoolss: rename spoolss_RpcGetJobNamedPropertyValue to spoolss_GetJobNamedPropertyValue
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/spoolss.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 43f62356b55..1110a4a5d88 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -3382,7 +3382,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
RPC_PrintPropertyValue propertyValue;
} RPC_PrintNamedProperty;
- WERROR spoolss_RpcGetJobNamedPropertyValue(
+ WERROR spoolss_GetJobNamedPropertyValue(
[in,ref] policy_handle *hPrinter,
[in] uint32 JobId,
[in] [string,charset(UTF16)] uint16 *pszName,