X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a81c28f4a2ee69469c5e9f5d65389a89c6070ed4..55b8f7b6a738adb4dc9833233fc6111f3cd56969:/h/mh.h diff --git a/h/mh.h b/h/mh.h index 81a6021c..7cdbead2 100644 --- a/h/mh.h +++ b/h/mh.h @@ -58,6 +58,8 @@ struct swit { extern struct swit anoyes[]; /* standard yes/no switches */ +#define ATTACHFORMATS 3 /* Number of send attach formats. */ + /* * general folder attributes */ @@ -334,5 +336,7 @@ extern char *vmhproc; extern char *whatnowproc; extern char *whomproc; +extern void (*done) (int); + #include