Diff for /libwww/Library/src/HTBound.c between versions 2.6 and 2.7

version 2.6, 1996/03/19 00:12:26 version 2.7, 1996/04/12 17:46:06
Line 3 Line 3
 **  **
 **      (c) COPYRIGHT MIT 1995.  **      (c) COPYRIGHT MIT 1995.
 **      Please first read the full copyright statement in the file COPYRIGH.  **      Please first read the full copyright statement in the file COPYRIGH.
   **      @(#) $Id$
 **  **
 **      This stream parses a MIME multipart stream and builds a set of new  **      This stream parses a MIME multipart stream and builds a set of new
 **      streams via the stream stack each time we encounter a boundary start.  **      streams via the stream stack each time we encounter a boundary start.
Line 23 Line 24
 #include "HTParse.h"  #include "HTParse.h"
 #include "HTSocket.h"  #include "HTSocket.h"
 #include "HTStream.h"  #include "HTStream.h"
 #include "HTFWrite.h"  
 #include "HTReqMan.h"  #include "HTReqMan.h"
 #include "HTBound.h"                                     /* Implemented here */  #include "HTBound.h"                                     /* Implemented here */
   

Removed from v.2.6  
changed lines
  Added in v.2.7


Webmaster