X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/836f8eb0eda25f31b82c07384fc9b1fb60ce7182..8b10463acb041e438ca60a760ea176fc5a1623f4:/uip/mhlist.c diff --git a/uip/mhlist.c b/uip/mhlist.c index 9fc42b0f..a9be19e1 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -50,19 +50,6 @@ DEFINE_SWITCH_ENUM(MHLIST); DEFINE_SWITCH_ARRAY(MHLIST, switches); #undef X - -/* mhmisc.c */ -extern int npart; -extern int ntype; -extern char *parts[NPARTS + 1]; -extern char *types[NTYPES + 1]; -extern int userrs; - -/* mhparse.c */ -extern char *preferred_types[]; -extern char *preferred_subtypes[]; -extern int npreferred; - /* * This is currently needed to keep mhparse happy. * This needs to be changed. @@ -71,9 +58,6 @@ int debugsw = 0; #define quitser pipeser -/* mhparse.c */ -CT parse_mime (char *); - /* * static prototypes */