15 lines
295 B
C
15 lines
295 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_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_PROMETHEUS_H_ */
|