Example #1
0
/* ARGSUSED */
static SIGVAL
PingLostSig (int n)
{
    PingLost();
}
Example #2
0
/* ARGSUSED */
_X_NORETURN
static void
PingLostSig (int n)
{
    PingLost();
}
Example #3
0
/* ARGSUSED */
static int
PingLostIOErr (Display *dpy)
{
    PingLost();
    return 0;
}
Example #4
0
static void PingLostSig(int n)
{
	PingLost();
}