enlightenment/src/bin/e_signals.h

10 lines
200 B
C
Raw Normal View History

2005-02-07 05:51:09 -08:00
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
2005-01-27 02:14:22 -08:00
#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