#ifndef PIHELPER #define PIHELPER #include "config.h" #include "log.h" #include "network.h" const int PIHELPER_OK = 0; const int PIHELPER_HELP = 1; const int PIHELPER_INVALID_COMMANDS = 2; #endif