mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
10 lines
156 B
C
10 lines
156 B
C
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
#define PROC_STAT "/proc/stat"
|
|
|
|
int writeyes(void);
|
|
int writeno(const char *);
|
|
int getenvint(const char *, int);
|
|
|
|
#endif
|