enlightenment/src/bin/e_signals.h

7 lines
140 B
C
Raw Normal View History

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