Fix prototype

This commit is contained in:
Nedko Arnaudov 2013-01-13 01:40:21 +02:00
parent 928352b1c2
commit 2c69d70716
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@
#ifdef __cplusplus
extern "C"
#endif
int setup_sigsegv();
int setup_siginfo(void);
#endif /* #ifndef SIGINFO_H__6CFF6012_DED0_4089_8634_F4515370BD10__INCLUDED */