diff options
Diffstat (limited to 'src/mds-vt.h')
-rw-r--r-- | src/mds-vt.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mds-vt.h b/src/mds-vt.h index 60204fc..55057c3 100644 --- a/src/mds-vt.h +++ b/src/mds-vt.h @@ -21,10 +21,20 @@ #include "mds-base.h" +#include <sys/stat.h> #include <linux/vt.h> /** + * This function is called when the kernel wants + * to switch foreground virtual terminal + * + * @param signo The received signal number + */ +void received_switch_vt(int signo); + + +/** * Send a full message even if interrupted * * @param message The message to send |