[mod-xhtml-neg-cvs] mod_xhtml_neg-2.0 mod_xhtml_neg.c,1.25,1.26
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-13 13:35:24
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28494 Modified Files: mod_xhtml_neg.c Log Message: Minor Doxygen update. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mod_xhtml_neg.c 11 Apr 2004 00:14:20 -0000 1.25 --- mod_xhtml_neg.c 13 Apr 2004 13:21:23 -0000 1.26 *************** *** 629,633 **** * @param content_type the content token that we're interested in, possibly * NULL ! * @return the number of '*' characters in the string */ --- 629,634 ---- * @param content_type the content token that we're interested in, possibly * NULL ! * @return the number of '*' characters in the string, or 0 if the string is ! * NULL */ |