jackdbus/dbus/sigsegv.h

10 lines
111 B
C
Raw Normal View History

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