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

Diff for /src/usr.bin/ssh/clientloop.h between version 1.14 and 1.15

version 1.14, 2005/07/04 00:58:43 version 1.15, 2006/02/07 01:42:00
Line 35 
Line 35 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   #include <termios.h>
   
 /* Client side main loop for the interactive session. */  /* Client side main loop for the interactive session. */
 int      client_loop(int, int, int);  int      client_loop(int, int, int);
 void     client_x11_get_proto(const char *, const char *, u_int,  void     client_x11_get_proto(const char *, const char *, u_int,

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15