diff options
author | Helmut Grohne <helmut@subdivi.de> | 2009-01-23 12:48:30 +0000 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2009-01-23 12:48:30 +0000 |
commit | 84194373370b46a346231c1762c038cc683abc45 (patch) | |
tree | 2ebf7f63b4acbde53c92b03e308206218896a453 /common.h | |
parent | 1de74e3d850636058f7283af732bcd3475c2d721 (diff) | |
download | munin-plugins-busybox-84194373370b46a346231c1762c038cc683abc45.tar.gz |
added #define PROC_STAT "/proc/stat"
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #ifndef COMMON_H #define COMMON_H +#define PROC_STAT "/proc/stat" + int writeyes(void); int writeno(const char *); |