X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=25bb4754a1cf9a847e3b4d5293b7bf19a970f039;hb=e87123959d15f3b190494dffdd8bce335c137874;hp=6513f2465e6a638ad5e791f7e8eed156bccf9540;hpb=2d4bd0ad2d574ffff2359a88bfcf53e792c3c830;p=mmh diff --git a/h/mh.h b/h/mh.h index 6513f24..25bb475 100644 --- a/h/mh.h +++ b/h/mh.h @@ -1,8 +1,6 @@ /* * mh.h -- main header file for all of nmh - * - * $Id$ */ #include @@ -300,6 +298,8 @@ extern struct node *m_defs; /* list of profile/context entries */ * on any system. */ extern char *buildmimeproc; +extern char *backup_prefix; +extern char *altmsglink; extern char *catproc; extern char *components; extern char *context; @@ -343,6 +343,7 @@ extern char *replcomps; extern char *replgroupcomps; extern char *rmfproc; extern char *rmmproc; +extern char *sendmail; extern char *sendproc; extern char *showmimeproc; extern char *showproc;