2
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

16 lines
357 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 autoconf_check_readable(const char *);
2013-01-28 16:35:25 +01:00
int getenvint(const char *, int);
const char *getenv_composed(const char *, const char *);
void print_warning(const char *);
void print_critical(const char *);
void print_warncrit(const char *);
int fail(const char *);
2008-06-21 13:33:06 +02:00
#endif