Diff for /libwww/Library/src/HTLocal.c between versions 2.2 and 2.3

version 2.2, 1996/06/01 17:46:50 version 2.3, 1996/06/08 01:52:19
Line 94  PUBLIC int HTFileOpen (HTNet * net, char Line 94  PUBLIC int HTFileOpen (HTNet * net, char
 **                      HT_OK           if connected  **                      HT_OK           if connected
 **                      HT_WOULD_BLOCK  if operation would have blocked  **                      HT_WOULD_BLOCK  if operation would have blocked
 */  */
 PUBLIC int HTFileCLose (HTNet * net)  PUBLIC int HTFileClose (HTNet * net)
 {  {
     int status = -1;      int status = -1;
     if (net) {      if (net) {

Removed from v.2.2  
changed lines
  Added in v.2.3


Webmaster