Move score_* to mod_score
[apps/madmutt.git] / score.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
4  *
5  * This file is part of mutt-ng, see http://www.muttng.org/.
6  * It's licensed under the GNU General Public License,
7  * please see the file GPL in the top level source directory.
8  */
9
10 #ifndef MUTT_SCORE_H
11 #define MUTT_SCORE_H
12
13 void mutt_check_rescore (CONTEXT *);
14 int mutt_parse_score (BUFFER *, BUFFER *, unsigned long, BUFFER *);
15 void mutt_score_message (CONTEXT *, HEADER *, int);
16 int mutt_parse_unscore (BUFFER *, BUFFER *, unsigned long, BUFFER *);
17
18 #include "score.li"
19 #endif