summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-25 00:33:24 +0100
committerKarolin Seeger <kseeger@samba.org>2009-03-27 14:15:45 +0100
commitc0868398ca5ce7e161ca83bf1fa14842ddb6ae1c (patch)
treec0f8627930adefca8d789e6df5462a911841b9ff /source/include
parentbc4d02334060da8d2d8e64bf269f1f6f46ce023c (diff)
downloadsamba-c0868398ca5ce7e161ca83bf1fa14842ddb6ae1c.tar.gz
samba-c0868398ca5ce7e161ca83bf1fa14842ddb6ae1c.tar.xz
samba-c0868398ca5ce7e161ca83bf1fa14842ddb6ae1c.zip
s3:registry: remove definition of regsubkey_ctr from the surface.
All access is now through accessor functions in reg_objects.c This allows for performance tuning under the hood in the next step. Michael Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit ed8e84dbda344b19f1c6037a630e60885f722f13)
Diffstat (limited to 'source/include')
-rw-r--r--source/include/reg_objects.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/include/reg_objects.h b/source/include/reg_objects.h
index 6081eb482cf..421db72d29f 100644
--- a/source/include/reg_objects.h
+++ b/source/include/reg_objects.h
@@ -66,11 +66,7 @@ typedef struct {
/* container for registry subkey names */
-struct regsubkey_ctr {
- uint32 num_subkeys;
- char **subkeys;
- int seqnum;
-};
+struct regsubkey_ctr;
/*
*