X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=3a96cae005dc44599302140e40eb7e3ea032972b;hp=f8c7a2f3417d8cbb6b25c965dc278e3efaa720e0;hb=4a2f9b3cc151e0cebc27d46857a5d803cca35d61;hpb=cfd5f411041c7ef44087b032751792fadc74586d diff --git a/globals.h b/globals.h index f8c7a2f..3a96cae 100644 --- a/globals.h +++ b/globals.h @@ -131,6 +131,7 @@ WHERE short ImapBuffyTimeout; WHERE sig_atomic_t SigAlrm INITVAL (0); WHERE sig_atomic_t SigInt INITVAL (0); WHERE sig_atomic_t SigWinch INITVAL (0); +WHERE sig_atomic_t SigChild INITVAL (0); WHERE int CurrentMenu;