/[gcl]/gcl/gcl-tk/comm.c
ViewVC logotype

Diff of /gcl/gcl-tk/comm.c

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

revision 1.5 by camm, Sat Mar 1 22:37:37 2003 UTC revision 1.6 by camm, Fri Sep 26 13:50:22 2003 UTC
# Line 96  scan_headers(sfd) Line 96  scan_headers(sfd)
96  }  }
97    
98  static int  static int
99  write1(struct connection_state *,char *,int);  write1(struct connection_state *,const char *,int);
100    
101    
102  static void  static void
# Line 213  connection_failure(char *); Line 213  connection_failure(char *);
213  int  int
214  write1(sfd,p,bytes)  write1(sfd,p,bytes)
215       struct connection_state *sfd;       struct connection_state *sfd;
216       char *p;       const char *p;
217       int bytes;       int bytes;
218  {  {
219    int bs;    int bs;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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