Modifiying "struct map" so that there are now separate header and
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 5 Aug 2001 16:06:20 +0000 (16:06 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 5 Aug 2001 16:06:20 +0000 (16:06 +0000)
commit18443d8f7bc4ac6147ad0cc2e84878fa074502b6
tree20ecd32ea7d613be2f35cf358147710c6fb1eb64
parent3d7dcdd3c15e5561849f0c79e149b8f7251727f1
Modifiying "struct map" so that there are now separate header and
"map_entry" structures.  This means that functions which modify a
map no longer need to return a pointer to the modified map.
Also, it no longer reverses the order of the entries (which may be
important with some advanced template substitutions).
cgi.c
cgi.h
filters.c
list.c
list.h
project.h
showargs.c
showargs.h