/[anubis]/anubis/src/tunnel.c
ViewVC logotype

Diff of /anubis/src/tunnel.c

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

revision 1.13 by gray, Sun Apr 6 20:35:33 2003 UTC revision 1.14 by polak, Fri May 2 20:35:23 2003 UTC
# Line 29  Line 29 
29  #define obstack_chunk_free free  #define obstack_chunk_free free
30  #include <obstack.h>  #include <obstack.h>
31    
32  static int  transfer_command(void *, void *, MESSAGE *msg, char *);  static int  transfer_command(void *, void *, MESSAGE *, char *);
33  static void process_command(void *, void *, MESSAGE *msg, char *, int);  static void process_command(void *, void *, MESSAGE *, char *, int);
34  static void transfer_header(void *, void *, struct list *list);  static void transfer_header(void *, void *, struct list *);
35  static void transfer_body(void *, void *, MESSAGE *msg);  static void transfer_body(void *, void *, MESSAGE *);
36  static void process_data(void *sd_client, void *sd_server, MESSAGE *msg);  static void process_data(void *, void *, MESSAGE *);
37    
38    
39  /* Collect and send headers */  /* Collect and send headers */
# Line 127  write_header_line(void *sd_server, char Line 127  write_header_line(void *sd_server, char
127          do {          do {
128                  swrite(CLIENT, sd_server, p);                  swrite(CLIENT, sd_server, p);
129                  swrite(CLIENT, sd_server, CRLF);                  swrite(CLIENT, sd_server, CRLF);
130          } while (p = strtok(NULL, "\n"));          } while ((p = strtok(NULL, "\n")));
131  }  }
132                                                    
133  static void  static void

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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