ipa_dyndns.h revision dd40f54bacdf18c6efd1ddf815251aa27b30d524
95cace44f57fa76eb646cbe64125f569daa7b098nd/*
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi SSSD
95cace44f57fa76eb646cbe64125f569daa7b098nd
d3e250aab242db84d14060985b5db675a731d548nd ipa_dyndns.h
95cace44f57fa76eb646cbe64125f569daa7b098nd
95cace44f57fa76eb646cbe64125f569daa7b098nd Authors:
95cace44f57fa76eb646cbe64125f569daa7b098nd Stephen Gallagher <sgallagh@redhat.com>
95cace44f57fa76eb646cbe64125f569daa7b098nd
95cace44f57fa76eb646cbe64125f569daa7b098nd Copyright (C) 2010 Red Hat
95cace44f57fa76eb646cbe64125f569daa7b098nd
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem This program is free software; you can redistribute it and/or modify
bd668e1f15c276a07ba9b4bf5bd4b9357dbe55dehumbedooh it under the terms of the GNU General Public License as published by
95cace44f57fa76eb646cbe64125f569daa7b098nd the Free Software Foundation; either version 3 of the License, or
95cace44f57fa76eb646cbe64125f569daa7b098nd (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef IPA_DYNDNS_H_
#define IPA_DYNDNS_H_
#include "util/util_errors.h"
#include "providers/ipa/ipa_common.h"
#include "providers/dp_backend.h"
void ipa_dyndns_update(void *pvt);
void ipa_dyndns_timer(void *pvt);
errno_t ipa_dyndns_init(struct be_ctx *be_ctx,
struct ipa_options *ctx);
#endif /* IPA_DYNDNS_H_ */