daemon: don't skip a2j when counting ladish started clients
[ladish.git] / daemon / sigsegv.h
blob0573688c0ebedc25dab0214da49a4717f888c375
1 /* -*- Mode: C ; c-basic-offset: 2 -*- */
2 /*
3 * LADI Session Handler (ladish)
5 **************************************************************************
6 * This file contains interface to code that print out a stack-trace when
7 * program segfaults.
8 **************************************************************************
10 * LADI Session Handler is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * LADI Session Handler is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with LADI Session Handler. If not, see <http://www.gnu.org/licenses/>
22 * or write to the Free Software Foundation, Inc.,
23 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
26 #ifndef __SIGSEGV_H__
27 #define __SIGSEGV_H__
29 #ifdef __cplusplus
30 extern "C"
31 #endif
32 int setup_sigsegv();
34 #endif