/[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.3 by polak, Sat Feb 1 18:41:26 2003 UTC revision 1.4 by polak, Sun Feb 2 11:23:14 2003 UTC
# Line 38  static void clear_body_transfer(void *, Line 38  static void clear_body_transfer(void *,
38  static void add_remailer_commands(void *);  static void add_remailer_commands(void *);
39  static void transform_body(void *sd_server);  static void transform_body(void *sd_server);
40  static void postprocess(void *sd_client, void *sd_server);  static void postprocess(void *sd_client, void *sd_server);
41    #ifdef WITH_GUILE
42  static void collect_body(void *sd_client, char **retptr);  static void collect_body(void *sd_client, char **retptr);
43  static void collect_headers(void *sd_client, struct list **listp);  static void collect_headers(void *sd_client, struct list **listp);
44    #endif /* WITH_GUILE */
45    
46  int  int
47  socket_reader(void *sd_client, char *buf, size_t size)  socket_reader(void *sd_client, char *buf, size_t size)
# Line 74  int Line 76  int
76  memory_reader(void *closure, char *buf, size_t size)  memory_reader(void *closure, char *buf, size_t size)
77  {  {
78          struct mem_buf *mb = closure;          struct mem_buf *mb = closure;
79          int i;          int i = 0;
80          int crlf;          int crlf;
81                    
82          switch (mb->state) {          switch (mb->state) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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