common.h (nagios-4.4.3) | : | common.h (nagios-4.4.4) | ||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
* You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | |||
* along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software | |||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | |||
************************************************************************/ | ************************************************************************/ | |||
#ifndef NAGIOS_COMMON_H_INCLUDED | #ifndef NAGIOS_COMMON_H_INCLUDED | |||
#define NAGIOS_COMMON_H_INCLUDED | #define NAGIOS_COMMON_H_INCLUDED | |||
#include "shared.h" | #include "shared.h" | |||
#define PROGRAM_VERSION "4.4.3" | #define PROGRAM_VERSION "4.4.4" | |||
#define PROGRAM_MODIFICATION_DATE "2019-01-15" | #define PROGRAM_MODIFICATION_DATE "2019-07-29" | |||
NAGIOS_BEGIN_DECL | NAGIOS_BEGIN_DECL | |||
/*************************************************************/ | /*************************************************************/ | |||
/************** SHARED GLOBAL VARIABLES **********************/ | /************** SHARED GLOBAL VARIABLES **********************/ | |||
/*************************************************************/ | /*************************************************************/ | |||
extern int date_format; | extern int date_format; | |||
extern int interval_length; | extern int interval_length; | |||
extern char *illegal_output_chars; | extern char *illegal_output_chars; | |||
extern char illegal_output_char_map[256]; | extern char illegal_output_char_map[256]; | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |