#include // for setlogmask int setlogmask(int maskpri) { (void)maskpri; // TODO return 0; }