1 2 3 4 5 6 7 8
#ifndef PNANOE_UNAME_H_ #define PNANOE_UNAME_H_ 1 #include "collector.h" extern const struct collector uname_collector; #endif // PNANOE_UNAME_H_