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

Diff for /src/usr.bin/ssh/Attic/roaming_dummy.c between version 1.1 and 1.2

version 1.1, 2009/05/28 16:50:16 version 1.2, 2009/06/12 20:55:49
Line 22 
Line 22 
 #include <sys/types.h>  #include <sys/types.h>
 #include <unistd.h>  #include <unistd.h>
   
   #include "roaming.h"
   
 int resume_in_progress = 0;  int resume_in_progress = 0;
   
 u_int64_t get_recv_bytes()  u_int64_t
   get_recv_bytes(void)
 {  {
         return 0;          return 0;
 }  }
Line 49 
Line 52 
 }  }
   
 int  int
 resume_kex()  resume_kex(void)
 {  {
         return 1;          return 1;
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2