Ignore:
Timestamp:
Jun 29, 2011, 7:36:41 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.6

File:
1 edited

Legend:

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

    r414 r587  
    544544/* GUIDs */
    545545bool GUID_equal(const struct GUID *u1, const struct GUID *u2);
     546NTSTATUS GUID_from_ndr_blob(const DATA_BLOB *b, struct GUID *guid);
    546547NTSTATUS GUID_from_data_blob(const DATA_BLOB *s, struct GUID *guid);
    547548NTSTATUS GUID_from_string(const char *s, struct GUID *guid);
Note: See TracChangeset for help on using the changeset viewer.