diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-06 10:09:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:16 -0500 |
commit | 1589791b95091ab387acc70ded8a067a836f9779 (patch) | |
tree | c3e834397da0230715f23dbe1be9f9a05876129b /source4/lib/registry/reg_samba.c | |
parent | ce2c9f22e5e1c74cc6002c7bd6ca47d12cd41cc2 (diff) | |
download | samba-1589791b95091ab387acc70ded8a067a836f9779.tar.gz samba-1589791b95091ab387acc70ded8a067a836f9779.tar.bz2 samba-1589791b95091ab387acc70ded8a067a836f9779.zip |
r13855: Docs for the registry library as well
(This used to be commit ad43464cc1d1fdb59a26e612e0b4ec85ef4a43d2)
Diffstat (limited to 'source4/lib/registry/reg_samba.c')
-rw-r--r-- | source4/lib/registry/reg_samba.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/registry/reg_samba.c b/source4/lib/registry/reg_samba.c index 61d4bb2c4a..71f7160686 100644 --- a/source4/lib/registry/reg_samba.c +++ b/source4/lib/registry/reg_samba.c @@ -20,6 +20,11 @@ #include "includes.h" #include "registry.h" +/** + * @file + * @brief Samba-specific registry functions + */ + static WERROR reg_samba_get_predef (struct registry_context *ctx, uint32_t hkey, struct registry_key **k) { WERROR error; |