stupid sleep
[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 void mutt_score_message (CONTEXT *, HEADER *, int);
15
16 #include "score.li"
17 #endif