2
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
contrib-munin/tools/munin-plugins-busybox/common.h

10 lines
122 B
C
Raw Normal View History

2008-06-21 13:33:06 +02:00
#ifndef COMMON_H
#define COMMON_H
2009-01-23 13:48:30 +01:00
#define PROC_STAT "/proc/stat"
2008-06-21 13:33:06 +02:00
int writeyes(void);
int writeno(const char *);
#endif