#include <pwd.h>
#include <syslog.h>
#include <errno.h>
#include <sys/wait.h>
#include <unistd.h>
#include <grp.h>
#include <sys/stat.h>
#include "usertable.h"
Defines | |
#define | NO_FOLLOW(mask) (false) |
Functions | |
void | on_proc_done (InotifyWatch *pW) |
inotify cron system
Copyright (C) 2006, 2007 Lukas Jelinek, <lukas@aiken.cz>
This program is free software; you can use it, redistribute it and/or modify it under the terms of the GNU General Public License, version 2 (see LICENSE-GPL).
#define NO_FOLLOW | ( | mask | ) | (false) |
void on_proc_done | ( | InotifyWatch * | pW | ) |