mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +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);
|