blob: 48134e334ac415bb77dfeed12f0eb78f6e9cc770 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff -urN mailutils-0.6.1/imap4d/fetch.c mailutils-0.6.1/imap4d/fetch.c
--- mailutils-0.6.1/imap4d/fetch.c 2004-06-02 09:30:52.000000000 +0200
+++ mailutils-0.6.1/imap4d/fetch.c 2005-03-22 12:38:54.000000000 +0100
@@ -63,8 +63,6 @@
static int fetch_header_fields_not __P ((message_t, char **, unsigned long, unsigned long));
static int fetch_send_address __P ((const char *));
-static struct fetch_command* fetch_getcommand __P ((char *, struct fetch_command[]));
-
struct fetch_command
{
const char *name;
@@ -101,6 +99,8 @@
{ NULL, 0, 0}
};
+static struct fetch_command* fetch_getcommand __P ((char *, struct fetch_command[]));
+
/* Go through the fetch array sub command and returns the the structure. */
static struct fetch_command *
|