X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=7c4366912fbd94a614f8ce6fd1462da6584369de;hp=64ee5d77a7b878973b68c643f6c70c079bc6ae14;hb=dfa0332c4e6144699dedd5c9795219adc0f9c0d2;hpb=f33f12af33361e5d688cd1700c1ee03af5988fd9 diff --git a/uip/mhparam.c b/uip/mhparam.c index 64ee5d7..7c43669 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -41,7 +41,6 @@ static struct proc procs [] = { { "foldprot", &foldprot }, { "listproc", &listproc }, { "mailproc", &mailproc }, - { "mhlproc", &mhlproc }, { "mimetypequeryproc", &mimetypequeryproc }, { "msgprot", &msgprot }, { "pager", &defaultpager }, @@ -49,8 +48,6 @@ static struct proc procs [] = { { "rmmproc", &rmmproc }, { "sendmail", &sendmail }, { "sendproc", &sendproc }, - { "showmimeproc", &showmimeproc }, - { "showproc", &showproc }, { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir },