usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / usbmodeswitch / jim / jim-signal.h
blob92e080d8bdb65b162eb00da4d7ca11cdc718d88f
1 #ifndef JIM_SIGNAL_H
2 #define JIM_SIGNAL_H
4 /*
5 *----------------------------------------------------------------------
7 * Tcl_SignalId --
9 * Return a textual identifier for a signal number.
11 * Results:
12 * This procedure returns a machine-readable textual identifier
13 * that corresponds to sig. The identifier is the same as the
14 * #define name in signal.h.
16 * Side effects:
17 * None.
19 *----------------------------------------------------------------------
21 const char *Jim_SignalId(int sig);
22 const char *Jim_SignalName(int sig);
24 #endif