/* IRCfs - IRC FileServ for *nix. * Copyright (C) 2002 Nick 'Zaf' Clifford * For licensing details, refer to the LICENSE file in the source * code directory. */ #ifndef __include_crash_h__ #define __include_crash_h__ #ifdef HAVE_CONFIG_H #include "config.h" #endif void signal_setup(void); int setup_core_dump(); #endif