scratch/ffiTest: removed export
[mate.git] / scratch / ffiTest / prototypes.h
1 //extern void registerSignalHandlers(void);
2 /*extern void mateTrapHandler(unsigned int signal,
3                             siginfo_t *sigInfo,
4                             void *ctx,
5                             unsigned int eip);
6 */
7
8 extern void registerSignalHandlers2(void (*f)(int, siginfo_t*,void*));