summaryrefslogtreecommitdiff
path: root/imap4d/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/list.c')
-rw-r--r--imap4d/list.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/imap4d/list.c b/imap4d/list.c
index b07ac64ac..6e4ea523f 100644
--- a/imap4d/list.c
+++ b/imap4d/list.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -53,10 +53,10 @@ struct inode_list
at this position. The charcater "%" is similar to "*",
but it does not match ahierarchy delimiter. */
-static int match __P ((const char *, const char *, const char *));
-static void list_file __P ((const char *, const char *, const char *, const char *, struct inode_list *));
-static void print_file __P ((const char *, const char *, const char *));
-static void print_dir __P ((const char *, const char *, const char *));
+static int match (const char *, const char *, const char *);
+static void list_file (const char *, const char *, const char *, const char *, struct inode_list *);
+static void print_file (const char *, const char *, const char *);
+static void print_dir (const char *, const char *, const char *);
int
imap4d_list (struct imap4d_command *command, char *arg)

Return to:

Send suggestions and report system problems to the System administrator.