#ifndef MONITOR_H #define MONITOR_H extern int setup(const char* pid); extern int analyse(); #endif /* MONITOR_H */