document the change in prompt timeout handling
[vlock.git] / modules / vlock_plugin.h
blob7c3029203db29a3885acb625d5c26cf2baf30dec
1 /* vlock_plugin.h -- header file for plugins for vlock,
2 * the VT locking program for linux
4 * This program is copyright (C) 2007 Frank Benkstein, and is free
5 * software which is freely distributable under the terms of the
6 * GNU General Public License version 2, included as the file COPYING in this
7 * distribution. It is NOT public domain software, and any
8 * redistribution not permitted by the GNU General Public License is
9 * expressly forbidden without prior written permission from
10 * the author.
13 #include <stdbool.h>
15 extern const char *preceeds[];
16 extern const char *succeeds[];
17 extern const char *requires[];
18 extern const char *needs[];
19 extern const char *depends[];
20 extern const char *conflicts[];
22 bool vlock_start(void **);
23 bool vlock_end(void **);
24 bool vlock_save(void **);
25 bool vlock_save_abort(void **);