Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122985
Collapse All | Expand All

(-)mailutils-0.6.1/imap4d/fetch.c (-2 / +2 lines)
Lines 63-70 Link Here
63
static int fetch_header_fields_not __P ((message_t, char **, unsigned long, unsigned long));
63
static int fetch_header_fields_not __P ((message_t, char **, unsigned long, unsigned long));
64
static int fetch_send_address      __P ((const char *));
64
static int fetch_send_address      __P ((const char *));
65
65
66
static struct fetch_command* fetch_getcommand __P ((char *, struct fetch_command[]));
67
68
struct fetch_command
66
struct fetch_command
69
{
67
{
70
  const char *name;
68
  const char *name;
Lines 101-106 Link Here
101
  { NULL, 0, 0}
99
  { NULL, 0, 0}
102
};
100
};
103
101
102
static struct fetch_command* fetch_getcommand __P ((char *, struct fetch_command[]));
103
104
/* Go through the fetch array sub command and returns the the structure.  */
104
/* Go through the fetch array sub command and returns the the structure.  */
105
105
106
static struct fetch_command *
106
static struct fetch_command *

Return to bug 122985