Move score_* to mod_score
[apps/madmutt.git] / score.h
diff --git a/score.h b/score.h
new file mode 100644 (file)
index 0000000..5af0405
--- /dev/null
+++ b/score.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright notice from original mutt:
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ *
+ * This file is part of mutt-ng, see http://www.muttng.org/.
+ * It's licensed under the GNU General Public License,
+ * please see the file GPL in the top level source directory.
+ */
+
+#ifndef MUTT_SCORE_H
+#define MUTT_SCORE_H
+
+void mutt_check_rescore (CONTEXT *);
+int mutt_parse_score (BUFFER *, BUFFER *, unsigned long, BUFFER *);
+void mutt_score_message (CONTEXT *, HEADER *, int);
+int mutt_parse_unscore (BUFFER *, BUFFER *, unsigned long, BUFFER *);
+
+#include "score.li"
+#endif