about summary refs log tree commit diff
path: root/uname.h
diff options
context:
space:
mode:
Diffstat (limited to 'uname.h')
-rw-r--r--uname.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/uname.h b/uname.h
new file mode 100644
index 0000000..660b603
--- /dev/null
+++ b/uname.h
@@ -0,0 +1,8 @@
+#ifndef PNANOE_UNAME_H_
+#define PNANOE_UNAME_H_ 1
+
+#include "collector.h"
+
+extern const struct collector uname_collector;
+
+#endif // PNANOE_UNAME_H_