summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-18 16:39:24 +0200
committerGünther Deschner <gd@samba.org>2008-07-18 16:42:47 +0200
commit24f0f552de4a2542160b4bd691a21438eb291d59 (patch)
tree99c9a3e3f83e293b9c0daec59d0b452d3e5362bf /source3
parent88b0b867cb6bd6eea797b5f40fa9db3812bb2ab9 (diff)
downloadsamba-24f0f552de4a2542160b4bd691a21438eb291d59.tar.gz
samba-24f0f552de4a2542160b4bd691a21438eb291d59.tar.bz2
samba-24f0f552de4a2542160b4bd691a21438eb291d59.zip
libads: add prototype for ads_connect_gc().
Guenther (This used to be commit 0122e4941db33f149a64d7e17286c0ba81247a19)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 209bc0704e..c204a9419c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2070,6 +2070,7 @@ bool ads_sitename_match(ADS_STRUCT *ads);
bool ads_closest_dc(ADS_STRUCT *ads);
ADS_STATUS ads_connect(ADS_STRUCT *ads);
ADS_STATUS ads_connect_user_creds(ADS_STRUCT *ads);
+ADS_STATUS ads_connect_gc(ADS_STRUCT *ads);
void ads_disconnect(ADS_STRUCT *ads);
ADS_STATUS ads_do_search_all_fn(ADS_STRUCT *ads, const char *bind_path,
int scope, const char *expr, const char **attrs,