summaryrefslogtreecommitdiff
path: root/mh/pick.h
diff options
context:
space:
mode:
Diffstat (limited to 'mh/pick.h')
-rw-r--r--mh/pick.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mh/pick.h b/mh/pick.h
index fb4fffcbd..605058d6f 100644
--- a/mh/pick.h
+++ b/mh/pick.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 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
@@ -57,6 +57,6 @@ struct node
} v;
};
-void pick_add_token __P((list_t *list, int tok, char *val));
-int pick_parse __P((list_t toklist));
-int pick_eval __P((message_t msg));
+void pick_add_token (list_t *list, int tok, char *val);
+int pick_parse (list_t toklist);
+int pick_eval (message_t msg);

Return to:

Send suggestions and report system problems to the System administrator.