[mod-xhtml-neg-cvs] mod_xhtml_neg-2.0 mod_xhtml_neg.c,1.20,1.21
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-01 11:22:58
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18079 Modified Files: mod_xhtml_neg.c Log Message: Minor Doxygen fix. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** mod_xhtml_neg.c 1 Apr 2004 10:52:02 -0000 1.20 --- mod_xhtml_neg.c 1 Apr 2004 11:11:00 -0000 1.21 *************** *** 591,595 **** * request * @param content_rec the accept_rec that matched the content negotiation ! * @return a string that contains a correctly formatted content-type value * @todo should we send the "profile" parameter as well? */ --- 591,596 ---- * request * @param content_rec the accept_rec that matched the content negotiation ! * @return a string that contains a correctly formatted content-type value, ! * or NULL if there is no valid record * @todo should we send the "profile" parameter as well? */ |