root/sapi/fpm/fpm/fpm_signals.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 
   2         /* $Id: fpm_signals.h,v 1.5 2008/05/24 17:38:47 anight Exp $ */
   3         /* (c) 2007,2008 Andrei Nigmatulin */
   4 
   5 #ifndef FPM_SIGNALS_H
   6 #define FPM_SIGNALS_H 1
   7 
   8 #include <signal.h>
   9 
  10 int fpm_signals_init_main();
  11 int fpm_signals_init_child();
  12 int fpm_signals_get_fd();
  13 
  14 extern const char *fpm_signal_names[NSIG + 1];
  15 
  16 #endif

/* [<][>][^][v][top][bottom][index][help] */