X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=bcfe6ae9d6ce7e770998c850a176f371af61780f;hb=045101c0a79f43fe566422622f154d5cc0141d8a;hp=81a6021cbd2d0f582b0a8abcca90ac67b6452ef8;hpb=a81c28f4a2ee69469c5e9f5d65389a89c6070ed4;p=mmh diff --git a/h/mh.h b/h/mh.h index 81a6021..bcfe6ae 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 int (*done) (int); + #include