X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=6c28e1923fad702d038c069de6a00d1543eba363;hp=5bbd9fcdc7a0eecbfc145198f3cb227bb9bb073e;hb=8e5be81f784682822f5e868c1bf3c8624682bd23;hpb=240013872c392fe644bd4f79382d9f5314b4ea60 diff --git a/uip/mhparam.c b/uip/mhparam.c index 5bbd9fc..6c28e19 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -12,7 +12,6 @@ #include extern char *mhlibdir; -extern char *mhetcdir; static struct swit switches[] = { #define COMPSW 0 @@ -40,19 +39,15 @@ static struct proc procs [] = { { "mh-sequences", &mh_seq }, { "buildmimeproc", &buildmimeproc }, { "editor", &defaulteditor }, - { "faceproc", &faceproc }, { "fileproc", &fileproc }, { "foldprot", &foldprot }, { "incproc", &incproc }, - { "installproc", &installproc }, { "lproc", &lproc }, { "mailproc", &mailproc }, { "mhlproc", &mhlproc }, { "moreproc", &moreproc }, { "msgprot", &msgprot }, - { "packproc", &packproc }, { "postproc", &postproc }, - { "rmfproc", &rmfproc }, { "rmmproc", &rmmproc }, { "sendmail", &sendmail }, { "sendproc", &sendproc },