diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ads_protos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ads_protos.h b/source3/include/ads_protos.h index 6eb4f10f65..a566714d62 100644 --- a/source3/include/ads_protos.h +++ b/source3/include/ads_protos.h @@ -20,7 +20,7 @@ char **ads_pull_strings_range(ADS_STRUCT *ads, BOOL *more_strings); BOOL ads_pull_uint32(ADS_STRUCT *ads, LDAPMessage *msg, const char *field, uint32 *v); -BOOL ads_pull_guid(ADS_STRUCT *ads, LDAPMessage *msg, struct uuid *guid); +BOOL ads_pull_guid(ADS_STRUCT *ads, LDAPMessage *msg, struct GUID *guid); BOOL ads_pull_sid(ADS_STRUCT *ads, LDAPMessage *msg, const char *field, DOM_SID *sid); int ads_pull_sids(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, |