common.h revision 94f11e46199ea913e4ae17198b3024771b1bef68
#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