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

Diff for /src/usr.bin/talk/look_up.c between version 1.8 and 1.9

version 1.8, 2003/06/03 02:56:17 version 1.9, 2003/06/10 22:20:53
Line 46 
Line 46 
  * See if the local daemon has an invitation for us.   * See if the local daemon has an invitation for us.
  */   */
 int  int
 check_local()  check_local(void)
 {  {
         CTL_RESPONSE response;          CTL_RESPONSE response;
   
Line 95 
Line 95 
  * Look for an invitation on 'machine'   * Look for an invitation on 'machine'
  */   */
 int  int
 look_for_invite(rp)  look_for_invite(CTL_RESPONSE *rp)
         CTL_RESPONSE *rp;  
 {  {
         current_state = "Checking for invitation on caller's machine";          current_state = "Checking for invitation on caller's machine";
         ctl_transact(his_machine_addr, msg, LOOK_UP, rp);          ctl_transact(his_machine_addr, msg, LOOK_UP, rp);

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