summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-06-01 11:36:44 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-06-02 15:43:29 +0200
commitbee7549be66b8a51851e1a4d74fe253e4c521697 (patch)
tree84cc46fadb040f670a1f7b4bf9649b1f87fad1c5
parentd0b7e5fcfca7d0db9e3d19be7b51f34d03d3d720 (diff)
downloadsssd-bee7549be66b8a51851e1a4d74fe253e4c521697.tar.gz
sssd-bee7549be66b8a51851e1a4d74fe253e4c521697.tar.xz
sssd-bee7549be66b8a51851e1a4d74fe253e4c521697.zip
dyndns: remove dupl declaration of ipa_dyndns_update
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--src/providers/ipa/ipa_dyndns.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/providers/ipa/ipa_dyndns.h b/src/providers/ipa/ipa_dyndns.h
index ced3f0977..a03e6e229 100644
--- a/src/providers/ipa/ipa_dyndns.h
+++ b/src/providers/ipa/ipa_dyndns.h
@@ -31,7 +31,4 @@ void ipa_dyndns_timer(void *pvt);
errno_t ipa_dyndns_init(struct be_ctx *be_ctx,
struct ipa_options *ctx);
-void ipa_dyndns_update(void *pvt);
-
-
#endif /* IPA_DYNDNS_H_ */