X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;h=f44fe016c82847b6f402a635329aa082eba5d897;hp=4ab2ac1309902b05b21fe71a5113f3d16a066800;hb=c319558b8cacad7d27f04c7d612e44b67f273434;hpb=0bc11fba4e57d6fabfdce20bef07d4dd4d6ef38c diff --git a/pppd/pppd.h b/pppd/pppd.h index 4ab2ac1..f44fe01 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -223,6 +223,7 @@ struct notifier { * Global variables. */ +extern int got_sigterm; /* SIGINT or SIGTERM was received */ extern int hungup; /* Physical layer has disconnected */ extern int ifunit; /* Interface unit number */ extern char ifname[]; /* Interface name */