summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/descriptor.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:43:26 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commit8b271e4328f788a9a4ca9f9b45cfc0e7adccd9dd (patch)
tree411ad9e8036594a941516a2e2c491d9cd7ca9924 /source4/dsdb/samdb/ldb_modules/descriptor.c
parentc104e4ca5436a4c6feab9c40e0286529a8636f7b (diff)
downloadsamba-8b271e4328f788a9a4ca9f9b45cfc0e7adccd9dd.tar.gz
samba-8b271e4328f788a9a4ca9f9b45cfc0e7adccd9dd.tar.bz2
samba-8b271e4328f788a9a4ca9f9b45cfc0e7adccd9dd.zip
source4/dsdb/samdb: Fix prototypes for all functions.
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/descriptor.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/descriptor.c b/source4/dsdb/samdb/ldb_modules/descriptor.c
index 7e92c2bdfd..4bcb878785 100644
--- a/source4/dsdb/samdb/ldb_modules/descriptor.c
+++ b/source4/dsdb/samdb/ldb_modules/descriptor.c
@@ -60,7 +60,7 @@ struct descriptor_context {
int (*step_fn)(struct descriptor_context *);
};
-struct dom_sid *get_default_ag(TALLOC_CTX *mem_ctx,
+static struct dom_sid *get_default_ag(TALLOC_CTX *mem_ctx,
struct ldb_dn *dn,
struct security_token *token,
struct ldb_context *ldb)