1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3-rpc_misc: remove unused UNISTR.

Guenther
This commit is contained in:
Günther Deschner 2010-07-07 12:40:41 +02:00
parent 7e1fa8d067
commit 519d17e451

View File

@ -34,15 +34,4 @@
"OTHER")), ((unsigned int)IVAL((hnd)->uuid.node,2)),\
((unsigned int)sys_getpid() )
/**********************************************************************
* UNICODE string variations
**********************************************************************/
typedef struct { /* UNISTR - unicode string size and buffer */
uint16 *buffer; /* unicode characters. ***MUST*** be
little-endian. ***MUST*** be null-terminated */
} UNISTR;
#endif /* _RPC_MISC_H */