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

Diff for /src/usr.bin/talk/invite.c between version 1.9 and 1.10

version 1.9, 2003/06/03 02:56:17 version 1.10, 2003/06/10 22:20:52
Line 64 
Line 64 
 jmp_buf invitebuf;  jmp_buf invitebuf;
   
 void  void
 invite_remote()  invite_remote(void)
 {  {
         int new_sockt;          int new_sockt;
         struct itimerval itimer;          struct itimerval itimer;
Line 143 
Line 143 
  * Routine called on interupt to re-invite the callee   * Routine called on interupt to re-invite the callee
  */   */
 void  void
 re_invite(dummy)  re_invite(int dummy)
         int dummy;  
 {  {
         message("Ringing your party again");          message("Ringing your party again");
         /* force a re-announce */          /* force a re-announce */
Line 170 
Line 169 
  * Transmit the invitation and process the response   * Transmit the invitation and process the response
  */   */
 void  void
 announce_invite()  announce_invite(void)
 {  {
         CTL_RESPONSE response;          CTL_RESPONSE response;
   
Line 188 
Line 187 
  * Tell the daemon to remove your invitation   * Tell the daemon to remove your invitation
  */   */
 void  void
 send_delete()  send_delete(void)
 {  {
   
         msg.type = DELETE;          msg.type = DELETE;

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