summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2008-06-21 11:33:06 +0000
committerHelmut Grohne <helmut@subdivi.de>2008-06-21 11:33:06 +0000
commitf481beb2dc4e6db37ea79f32960cbfa4a148eb90 (patch)
tree9c1f37c19b727d34fd8ab23e6e10b8866d46bb43 /common.h
downloadmunin-plugins-busybox-f481beb2dc4e6db37ea79f32960cbfa4a148eb90.tar.gz
initial tree
Diffstat (limited to 'common.h')
-rw-r--r--common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common.h b/common.h
new file mode 100644
index 0000000..67a5beb
--- /dev/null
+++ b/common.h
@@ -0,0 +1,7 @@
+#ifndef COMMON_H
+#define COMMON_H
+
+int writeyes(void);
+int writeno(const char *);
+
+#endif