Ignore:
Timestamp:
Jul 1, 2011, 8:40:10 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/librpc/ndr/libndr.h

    r414 r590  
    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.