monitor.h revision 1f4f4f16337c37ab5680aacbfb45abecad8fcc0b
/*
SSSD
Service monitor
Copyright (C) Simo Sorce 2008
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(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 _MONITOR_H_
#define _MONITOR_H_
#define RESOLV_CONF_PATH "/etc/resolv.conf"
const char *filename);
struct mt_ctx;
const char *config_file);
#endif /* _MONITOR_H */