diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 00:45:45 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 03:20:05 +0100 |
commit | 0b4eb47e2703e425f77010ae00bef6a50de88ea1 (patch) | |
tree | 7bfa708a547e209f20eaa16004a43866226c89d7 /source4/dsdb/dns | |
parent | bd0eced7d586a1648c9c429b5ac6aeec8256e4c6 (diff) | |
download | samba-0b4eb47e2703e425f77010ae00bef6a50de88ea1.tar.gz |
source4/: Fix prototypes for all functions in various subsystems.
Diffstat (limited to 'source4/dsdb/dns')
-rw-r--r-- | source4/dsdb/dns/dns_update.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/dns/dns_update.c b/source4/dsdb/dns/dns_update.c index 3c625db7cc3..ede730a8a94 100644 --- a/source4/dsdb/dns/dns_update.c +++ b/source4/dsdb/dns/dns_update.c @@ -39,6 +39,8 @@ #include "libcli/security/dom_sid.h" #include "librpc/gen_ndr/ndr_irpc.h" +NTSTATUS server_service_dnsupdate_init(void); + struct dnsupdate_service { struct task_server *task; struct auth_session_info *system_session_info; |