summaryrefslogtreecommitdiff
path: root/dbus/sigsegv.h
blob: 55b4f214172cc5ed821a2b99b1e78274f7b9e690 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __SIGSEGV_H__
#define __SIGSEGV_H__

#ifdef __cplusplus
extern "C"
#endif
int setup_sigsegv();

#endif