/[anubis]/anubis/src/extern.h
ViewVC logotype

Diff of /anubis/src/extern.h

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

revision 1.13 by polak, Fri May 2 20:30:54 2003 UTC revision 1.14 by gray, Sat May 10 08:58:02 2003 UTC
# Line 60  struct assoc { Line 60  struct assoc {
60  };  };
61    
62  struct message_struct {  struct message_struct {
63   struct list *commands; /* Associative list of SMTP commands */   LIST *commands; /* Associative list of SMTP commands */
64   struct list *header;   /* Associative list of RFC822 headers */   LIST *header;   /* Associative list of RFC822 headers */
65   struct list *mime_hdr; /* List of lines before the first boundary marker */   LIST *mime_hdr; /* List of lines before the first boundary marker */
66   char *body;            /* Message body */   char *body;            /* Message body */
67   char *boundary;        /* Additional data */   char *boundary;        /* Additional data */
68  };  };

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