home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / PS / PROCPS-0.000 / PROCPS-0 / procps-0.97 / signals.h < prev    next >
Encoding:
Text File  |  1994-10-16  |  331 b   |  12 lines

  1. /* signals.h - signal name handling */
  2.  
  3. void list_signals(void);
  4.  
  5. /* Lists all known signal names on standard output. */
  6.  
  7. int get_signal(char *name,char *cmd);
  8.  
  9. /* Returns the signal number of NAME. If no such signal exists, an error
  10.    message is displayed and the program is terminated. CMD is the name of the
  11.    application. */
  12.