/*************************************************************************** * Copyright (C) 2004-2005 by Intra2net AG * * opensource@intra2net.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License * * version 2 as published by the Free Software Foundation; * * * ***************************************************************************/ #ifndef _IPT_CRASH_H #define _IPT_CRASH_H /* Structure for the userspace part of ipt_CRASH */ struct ipt_crash_info { }; #endif /*_IPT_CRASH_H*/