15 lines
287 B
C
15 lines
287 B
C
|
/*
|
||
|
* prometheus.h
|
||
|
*
|
||
|
* @date May 6, 2017
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||
|
*/
|
||
|
|
||
|
#ifndef CONFIG_ENGINES_PROMETHEUS_H_
|
||
|
#define CONFIG_ENGINES_PROMETHEUS_H_
|
||
|
|
||
|
#include "engine.h"
|
||
|
void setPrometheusDefaults(DECLARE_ENGINE_PARAMETER_F);
|
||
|
|
||
|
#endif /* CONFIG_ENGINES_PROMETHEUS_H_ */
|