mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
4 lines
215 B
C
4 lines
215 B
C
|
typedef const char *CIMSTRING;
|
||
|
enum ndr_err_code ndr_pull_CIMSTRING(struct ndr_pull *ndr, int ndr_flags, CIMSTRING *r);
|
||
|
enum ndr_err_code ndr_push_CIMSTRING(struct ndr_push *ndr, int ndr_flags, const CIMSTRING *r);
|