Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/librpc/ndr/libndr.h

    r740 r746  
    137137#define LIBNDR_FLAG_ALIGN8       (1<<24)
    138138
    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)
    140146
    141147#define LIBNDR_PRINT_ARRAY_HEX   (1<<25)
     
    569575enum ndr_err_code ndr_check_string_terminator(struct ndr_pull *ndr, uint32_t count, uint32_t element_size);
    570576enum 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);
     577enum 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);
    571578enum 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);
    572579
Note: See TracChangeset for help on using the changeset viewer.