#ifndef _LOGGING_H_ #define _LOGGING_H_ #include void logmsg(int prio, const char* format, ...); #endif // _LOGGING_H_