[BACK]Return to packet.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/packet.h between version 1.7 and 1.8

version 1.7, 1999/12/27 10:46:11 version 1.8, 2000/01/04 00:07:59
Line 191 
Line 191 
   } \    } \
 } while (0)  } while (0)
   
   /* remote host is connected via a socket */
   int     packet_connection_is_on_socket(void);
   
 #endif                          /* PACKET_H */  #endif                          /* PACKET_H */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8