From bee9fda243f43b63ad460081b72316c172303541 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 7 Jun 2009 19:08:52 +0200 Subject: Add tldap_pull_uint32 --- source3/include/tldap_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/tldap_util.h b/source3/include/tldap_util.h index 2d5cf57a9c..1c993769d7 100644 --- a/source3/include/tldap_util.h +++ b/source3/include/tldap_util.h @@ -49,5 +49,7 @@ int tldap_search_fmt(struct tldap_context *ld, const char *base, int scope, const char *fmt, ...); bool tldap_pull_uint64(struct tldap_message *msg, const char *attr, uint64_t *presult); +bool tldap_pull_uint32(struct tldap_message *msg, const char *attr, + uint32_t *presult); #endif -- cgit