/[pengfork]/pengfork/src/modem/script.c
ViewVC logotype

Diff of /pengfork/src/modem/script.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by chupa, Sat Feb 8 00:00:14 2003 UTC revision 1.16 by chupa, Fri May 16 15:28:45 2003 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2002-2003  Jean-Charles Salzeber <jc@varspool.net>   * Copyright (C) 2002-2003  Jean-Charles Salzeber <chupa@penggy.org>
3   *   *
4   * This file is part of penggy.   * This file is part of penggy.
5   *   *
# Line 51  Line 51 
51  #include "modem/script.h"  #include "modem/script.h"
52    
53    
54    /* We're connected */
55  SCM  SCM
56  chat_success (void)  chat_success (void)
57  {  {
# Line 58  chat_success (void) Line 59  chat_success (void)
59    return SCM_BOOL_T;    return SCM_BOOL_T;
60  }  }
61    
62    /* The script failed to connect */
63  SCM  SCM
64  chat_failure (void)  chat_failure (void)
65  {  {
# Line 65  chat_failure (void) Line 67  chat_failure (void)
67    return SCM_BOOL_F;    return SCM_BOOL_F;
68  }  }
69    
70    /* Send a simple a plain text string */
71  SCM  SCM
72  chat_send (string)  chat_send (string)
73       SCM string;       SCM string;

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26