summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-10-16 08:26:05 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-10-16 08:26:05 +0000
commitafee807bc84e4d2ebb2ea2014be8bb3167ce0bf7 (patch)
tree7464e455754b07dc2769011b867b2efbe5debbd7 /protos.h
parente9907698bd680d2cbabc2f0845197debd28f4f46 (diff)
Scoring improvements.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index e7079d2b..e865bc8c 100644
--- a/protos.h
+++ b/protos.h
@@ -170,7 +170,7 @@ void mutt_query_exit (void);
void mutt_query_menu (char *, size_t);
void mutt_safe_path (char *s, size_t l, ADDRESS *a);
void mutt_save_path (char *s, size_t l, ADDRESS *a);
-void mutt_score_message (HEADER *);
+void mutt_score_message (CONTEXT *, HEADER *, int);
void mutt_select_fcc (char *, size_t, HEADER *);
#define mutt_select_file(A,B,C) _mutt_select_file(A,B,C,0,NULL,NULL)
void _mutt_select_file (char *, size_t, int, int, char ***, int *);