Change prototype of mime_name_invalid()..
commita157e5b75cd8ec4f877e99d803e3c31ed64cab04
authorSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Tue, 25 Sep 2012 16:03:55 +0000 (25 18:03 +0200)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Tue, 25 Sep 2012 18:23:05 +0000 (25 20:23 +0200)
tree9194bf235ed79fd0405d854c56a1af28bb12e363
parentd05d878b02f4d71e6ccfeede04439b2e496d8787
Change prototype of mime_name_invalid()..

It yet works on a 'char*' but that is always 'struct name.n_name'.
Since it is called very often, and to be able to possibly add
caching of validity check results at some later time, change the
prototype and always work on the structure.
extern.h
mime.c
sendout.c
tty.c