blob: 1f137612a799c6b980a6f74deff1d4691f5d9b3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef CLIENT_METRICS_HH
#define CLIENT_METRICS_HH 1
#pragma once
namespace metrics
{
void init(void);
void layout(void);
} // namespace metrics
#endif // CLIENT_METRICS_HH
|