/* * Signal handling functions * * Copyright 2004 SYSGO Real-Time Solutions AG * Klein-Winternheim, Germany * All rights reserved. * * Author: Armin Schindler * * $Id$ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. See . * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. */ #ifndef __ITUN_SIGNALS_H__ #define __ITUN_SIGNALS_H__ extern int Terminate; extern int Hupsignal; extern int Dialsignal; /* * setup the signal handlers */ extern void signal_setup(void); #endif /* __ITUN_SIGNALS_H__ */