Blame keepalived/include/check_print.h

Packit Service dfccb1
/*
Packit Service dfccb1
 * Soft:        Vrrpd is an implementation of VRRPv2 as specified in rfc2338.
Packit Service dfccb1
 *              VRRP is a protocol which elect a master server on a LAN. If the
Packit Service dfccb1
 *              master fails, a backup server takes over.
Packit Service dfccb1
 *              The original implementation has been made by jerome etienne.
Packit Service dfccb1
 *
Packit Service dfccb1
 * Part:        check_print.c program include file.
Packit Service dfccb1
 *
Packit Service dfccb1
 * Author:      Quentin Armitage <quentin@armitage.org.uk>
Packit Service dfccb1
 *
Packit Service dfccb1
 *              This program is distributed in the hope that it will be useful,
Packit Service dfccb1
 *              but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service dfccb1
 *              MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit Service dfccb1
 *              See the GNU General Public License for more details.
Packit Service dfccb1
 *
Packit Service dfccb1
 *              This program is free software; you can redistribute it and/or
Packit Service dfccb1
 *              modify it under the terms of the GNU General Public License
Packit Service dfccb1
 *              as published by the Free Software Foundation; either version
Packit Service dfccb1
 *              2 of the License, or (at your option) any later version.
Packit Service dfccb1
 *
Packit Service dfccb1
 * Copyright (C) 2019-2019 Alexandre Cassen, <acassen@gmail.com>
Packit Service dfccb1
 */
Packit Service dfccb1
Packit Service dfccb1
#ifndef _CHECK_PRINT_H
Packit Service dfccb1
#define _CHECK_PRINT_H
Packit Service dfccb1
Packit Service dfccb1
extern void check_print_data(void);
Packit Service dfccb1
Packit Service dfccb1
#endif