/* Copyright (c) 2009-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "aqueue.h"
#include "ioloop.h"
#include "service.h"
#include "service-process.h"
#include "service-process-notify.h"
struct service_process_notify {
int fd;
};
struct service_process_notify *
{
return notify;
}
{
unsigned int i, count;
return;
for (i = 0; i < count; i++) {
}
}
{
return;
}
}
}
{
}
struct service_process *process)
{
return;
}
}
}