/*****************************************************************************
 * Filename:    cryptfs/vt.h                                                 *
 * Description:                                                              *
 * Copyright:   2009 by Alexander Motzkau                                    *
 *****************************************************************************/
#ifndef __VT_H__
#define __VT_H__

#include "options.h"

void reserve_tty();
void get_tty(struct configuration* config);
void release_tty();

#endif
