diff options
author | Michael Adam <obnox@samba.org> | 2010-05-24 23:37:09 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:26 +0200 |
commit | f3053739b7e62e4749821bf2283d67ec379b1abc (patch) | |
tree | 68170a7865e93bff63606528779cafca264212fd /source3/utils | |
parent | e3f7fab668c1bf1366257f64a5099cca919ca358 (diff) | |
download | samba-f3053739b7e62e4749821bf2283d67ec379b1abc.tar.gz samba-f3053739b7e62e4749821bf2283d67ec379b1abc.tar.bz2 samba-f3053739b7e62e4749821bf2283d67ec379b1abc.zip |
s3:registry: move prototype registry_create_admin_token() to new header reg_util_token.h
and use it only where necessary.
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_registry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_registry.c b/source3/utils/net_registry.c index 0c3aea0f4a..53cce12360 100644 --- a/source3/utils/net_registry.c +++ b/source3/utils/net_registry.c @@ -21,6 +21,7 @@ #include "includes.h" #include "registry.h" +#include "registry/reg_util_token.h" #include "utils/net.h" #include "utils/net_registry_util.h" #include "include/g_lock.h" |