r18663: Fix one more uuid -> GUID.
[sfrench/samba-autobuild/.git] / source3 / libads / ldap.c
index 7b31586f7dcda6eb915139376dd897dda7aa2efe..f9bdb9c651cbb2308b142499eb98236bfc06f3c0 100644 (file)
@@ -2089,7 +2089,7 @@ int ads_count_replies(ADS_STRUCT *ads, void *res)
  * @param guid 37-byte area to receive text guid
  * @return boolean indicating success
  **/
  * @param guid 37-byte area to receive text guid
  * @return boolean indicating success
  **/
- BOOL ads_pull_guid(ADS_STRUCT *ads, LDAPMessage *msg, struct uuid *guid)
+ BOOL ads_pull_guid(ADS_STRUCT *ads, LDAPMessage *msg, struct GUID *guid)
 {
        char **values;
        UUID_FLAT flat_guid;
 {
        char **values;
        UUID_FLAT flat_guid;