Another one: Moved to
int TclWeb_SetHeaderType(char *header, TclWebRequest *req); int TclWeb_PrintHeaders(TclWebRequest *req); int TclWeb_PrintError(char *errstr, int htmlflag, TclWebRequest *req); in place of the various Rivet_* functions. I also moved headers_set and headers_printed out of the rivet_server_conf struct and into the TclWebRequest struct. Changed appropriate function calls in files. Compiles and passes tests. Sooner or later, I foresee more stuff going into the TclWebRequest struct as well. TclWebcgi.c is going to be a lot of work, as there won't even be the Apache functions to rely on, but at least it will be possible. -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/
