enlightenment/src/bin/e_signals.h

10 lines
200 B
C

/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef E_SIGNALS_H
#define E_SIGNALS_H
/* signal handler functions for e */
void e_sigseg_act(int x, siginfo_t *info, void *data);
#endif