summaryrefslogtreecommitdiff
path: root/source3/include/rpc_misc.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-18 12:22:22 +0100
committerGünther Deschner <gd@samba.org>2009-03-18 20:17:01 +0100
commit7a85a87edf3a589235b932a3c802278e78da4ec5 (patch)
treeace8f992423de6faac1615218f5fe8b5f3bb44c9 /source3/include/rpc_misc.h
parente966719049702827c482c5e19783b9a7c725bdb1 (diff)
downloadsamba-7a85a87edf3a589235b932a3c802278e78da4ec5.tar.gz
samba-7a85a87edf3a589235b932a3c802278e78da4ec5.tar.bz2
samba-7a85a87edf3a589235b932a3c802278e78da4ec5.zip
s3-rpc_parse: remove unused BUFFER5 and UNISTR3.
Guenther
Diffstat (limited to 'source3/include/rpc_misc.h')
-rw-r--r--source3/include/rpc_misc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h
index 37dffbb005..cdcfb01eff 100644
--- a/source3/include/rpc_misc.h
+++ b/source3/include/rpc_misc.h
@@ -100,17 +100,6 @@ typedef struct policy_handle POLICY_HND;
/**********************************************************************
- * Buffers use by spoolss (i might be able to replace it with
- * an RPC_DATA_BLOB)
- **********************************************************************/
-
-typedef struct {
- uint32 buf_len;
- uint16 *buffer; /* data */
-} BUFFER5;
-
-
-/**********************************************************************
* UNICODE string variations
**********************************************************************/
@@ -130,14 +119,6 @@ typedef struct { /* UNISTR2 - unicode string size (in
should include the NULL character */
} UNISTR2;
-/* i think this is the same as a BUFFER5 used in the spoolss code --jerry */
-/* not sure about how the termination matches between the uint16 buffers thought */
-
-typedef struct { /* UNISTR3 - XXXX not sure about this structure */
- uint32 uni_str_len;
- UNISTR str;
-} UNISTR3;
-
/*
* I'm really wondering how many different time formats
* I will have to cope with