output.h (goaccess-1.7.1) | : | output.h (goaccess-1.7.2) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
*/ | */ | |||
#if HAVE_CONFIG_H | #if HAVE_CONFIG_H | |||
#include <config.h> | #include <config.h> | |||
#endif | #endif | |||
#ifndef OUTPUT_H_INCLUDED | #ifndef OUTPUT_H_INCLUDED | |||
#define OUTPUT_H_INCLUDED | #define OUTPUT_H_INCLUDED | |||
#define MAX_PLOTS 5 /* number of metrics we can plot */ | #define MAX_PLOTS 5 /* number of metrics we can plot */ | |||
#define FILENAME_JS "goaccess.js" | ||||
#define FILENAME_CSS "goaccess.css" | ||||
#include "commons.h" | #include "commons.h" | |||
#include "parser.h" | #include "parser.h" | |||
/* Enumerated chart types */ | /* Enumerated chart types */ | |||
typedef enum GChartType_ { | typedef enum GChartType_ { | |||
CHART_NONE, | CHART_NONE, | |||
CHART_VBAR, | CHART_VBAR, | |||
CHART_AREASPLINE, | CHART_AREASPLINE, | |||
} GChartType; | } GChartType; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |