X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=h%2Fmh.h;h=31b5f4d868cb6505c05d800a48db5834e907f3a5;hb=6c40d481d661d532dd527eaf34cebb6d3f8ed086;hp=6513f2465e6a638ad5e791f7e8eed156bccf9540;hpb=2d4bd0ad2d574ffff2359a88bfcf53e792c3c830;p=mmh diff --git a/h/mh.h b/h/mh.h index 6513f24..31b5f4d 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,7 @@ extern struct node *m_defs; /* list of profile/context entries */ * on any system. */ extern char *buildmimeproc; +extern char *backup_prefix; extern char *catproc; extern char *components; extern char *context; @@ -343,6 +342,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;