/[mailutils]/mailutils/imap4d/fetch.c
ViewVC logotype

Diff of /mailutils/imap4d/fetch.c

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

revision 1.46 by gray, Mon Jun 2 09:12:22 2003 UTC revision 1.47 by gray, Sat Jul 26 11:07:04 2003 UTC
# Line 53  static int fetch_uid               __P ( Line 53  static int fetch_uid               __P (
53  static int fetch_envelope0         __P ((message_t));  static int fetch_envelope0         __P ((message_t));
54  static int fetch_bodystructure0    __P ((message_t, int));  static int fetch_bodystructure0    __P ((message_t, int));
55  static int bodystructure           __P ((message_t, int));  static int bodystructure           __P ((message_t, int));
56  static void send_parameter_list    __P ((char *));  static void send_parameter_list    __P ((const char *));
57  static int fetch_operation         __P ((message_t, char **, int));  static int fetch_operation         __P ((message_t, char **, int));
58  static int fetch_message           __P ((message_t, unsigned long, unsigned long));  static int fetch_message           __P ((message_t, unsigned long, unsigned long));
59  static int fetch_header            __P ((message_t, unsigned long, unsigned long));  static int fetch_header            __P ((message_t, unsigned long, unsigned long));
# Line 1483  fetch_send_address (const char *addr) Line 1483  fetch_send_address (const char *addr)
1483    
1484  /* Send parameter list for the bodystructure.  */  /* Send parameter list for the bodystructure.  */
1485  static void  static void
1486  send_parameter_list (char *buffer)  send_parameter_list (const char *buffer)
1487  {  {
1488    int argc = 0;    int argc = 0;
1489    char **argv;    char **argv;

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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