Diff for /libaitwww/src/mime.c between versions 1.4.6.1 and 1.4.6.2

version 1.4.6.1, 2013/01/17 14:52:44 version 1.4.6.2, 2013/05/26 20:30:43
Line 548  mime_parseHeader(struct tagMIME * __restrict m, const  Line 548  mime_parseHeader(struct tagMIME * __restrict m, const 
  * @name = Header name   * @name = Header name
  * return: NULL not found or !=NULL value   * return: NULL not found or !=NULL value
  */   */
inline const char *const char *
 mime_getValue(struct tagMIME * __restrict m, const char *name)  mime_getValue(struct tagMIME * __restrict m, const char *name)
 {  {
         struct tagCGI *c;          struct tagCGI *c;

Removed from v.1.4.6.1  
changed lines
  Added in v.1.4.6.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>