Let some functions take "char const *" instead of "char *"..
commit40bb4132ae9c037bac1bd2859dbcbe387d75e686
authorSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Sat, 20 Oct 2012 11:21:50 +0000 (20 13:21 +0200)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Sat, 20 Oct 2012 18:24:23 +0000 (20 20:24 +0200)
treeefff5fd048b35e47a56a69fa9632a8ca7f218331
parent835688e42e34f8b362c95c6df2654c319bc9c6b3
Let some functions take "char const *" instead of "char *"..

The const keyword was already existent in C89, so the time has
come to slowly convert the code base and use it.  .)

Do so now for addrspec_with_guts() skip_comment(), unixtime()
and rfctime().

This changeset also does so for nexttoken(), though this is
a temporary change only, since this function will go away soon.

squash! Let some functions take "char const *" instead of "char *"..
extern.h
head.c
mime.c
names.c