[mod-xhtml-neg-cvs] mod_xhtml_neg-2.0 mod_xhtml_neg.c,1.12,1.13
Brought to you by:
run2000
From: <ru...@us...> - 2004-03-26 11:08:23
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28895 Modified Files: mod_xhtml_neg.c Log Message: More minor fixes to Doxygen info. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** mod_xhtml_neg.c 26 Mar 2004 10:52:55 -0000 1.12 --- mod_xhtml_neg.c 26 Mar 2004 10:57:25 -0000 1.13 *************** *** 176,180 **** * caching state for HTTP 1.0 requests. */ - typedef struct { char *fname; /**< Name of the log file we write to, if any */ --- 176,179 ---- *************** *** 190,194 **** * we should ignore. */ - typedef struct { xhtml_neg_active active; /**< Is the module active for this directory? */ --- 189,192 ---- *************** *** 200,206 **** /** * Record of available info on a media type specified by the client. ! * We also use them for encodings and profiles. */ - typedef struct { char *name; /**< The name, normalised to lowercase */ --- 198,203 ---- /** * Record of available info on a media type specified by the client. ! * We also use it for encoding and profile information. */ typedef struct { char *name; /**< The name, normalised to lowercase */ *************** *** 216,220 **** * types themselves are stored as an array of accept_rec records. */ - typedef struct { char *extension; /**< Filename extension */ --- 213,216 ---- |