common.h revision fc1761e5f721d8a8e9a0c07c87072574b5ec08bd
#ifndef __COMMON_H
#define __COMMON_H
#include "lib.h"
#include "hash.h"
#include "settings.h"
#include "../auth/auth-interface.h"
#include "master-interface.h"
enum {
};
/* processes */
#define PID_GET_PROCESS_TYPE(pid) \
#define PID_REMOVE_PROCESS_TYPE(pid) \
void clean_child_process(void);
/* misc */
#define VALIDATE_STR(str) \
#endif