mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-rpc_misc: remove unused UNISTR.
Guenther
This commit is contained in:
parent
7e1fa8d067
commit
519d17e451
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user