File: signals.h

package info (click to toggle)
grmonitor 0.81-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,548 kB
  • ctags: 1,767
  • sloc: ansic: 12,658; python: 186; makefile: 175
file content (12 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
/* signals.h - signal name handling */

void list_signals(void);

/* Lists all known signal names on standard output. */

int get_signal(char *name,char *cmd);
int get_signal2(char *name);

/* Returns the signal number of NAME. If no such signal exists, an error
   message is displayed and the program is terminated. CMD is the name of the
   application. */