Changeset 752 for trunk/server/librpc/ndr/libndr.h
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/librpc/ndr/libndr.h
r745 r752 137 137 #define LIBNDR_FLAG_ALIGN8 (1<<24) 138 138 139 #define LIBNDR_ALIGN_FLAGS (LIBNDR_FLAG_ALIGN2|LIBNDR_FLAG_ALIGN4|LIBNDR_FLAG_ALIGN8) 139 #define LIBNDR_ALIGN_FLAGS ( 0 | \ 140 LIBNDR_FLAG_NOALIGN | \ 141 LIBNDR_FLAG_REMAINING | \ 142 LIBNDR_FLAG_ALIGN2 | \ 143 LIBNDR_FLAG_ALIGN4 | \ 144 LIBNDR_FLAG_ALIGN8 | \ 145 0) 140 146 141 147 #define LIBNDR_PRINT_ARRAY_HEX (1<<25) … … 569 575 enum ndr_err_code ndr_check_string_terminator(struct ndr_pull *ndr, uint32_t count, uint32_t element_size); 570 576 enum ndr_err_code ndr_pull_charset(struct ndr_pull *ndr, int ndr_flags, const char **var, uint32_t length, uint8_t byte_mul, charset_t chset); 577 enum ndr_err_code ndr_pull_charset_to_null(struct ndr_pull *ndr, int ndr_flags, const char **var, uint32_t length, uint8_t byte_mul, charset_t chset); 571 578 enum ndr_err_code ndr_push_charset(struct ndr_push *ndr, int ndr_flags, const char *var, uint32_t length, uint8_t byte_mul, charset_t chset); 572 579
Note:
See TracChangeset
for help on using the changeset viewer.