diff -urN mutt-1.3.22.1-orig/patchlist.c mutt-1.3.22.1/patchlist.c --- mutt-1.3.22.1-orig/patchlist.c Wed Dec 31 19:00:00 1969 +++ mutt-1.3.22.1/patchlist.c Thu Jun 15 22:22:33 2000 @@ -0,0 +1,22 @@ +#include + +void mutt_print_patchlist (void) +{ + /* + * If you add a patch, include a line identifying it within this + * section. It should include the type of patch (Feature, Bugfix, or + * Merge), the name of the patch, the version of mutt to which the + * patch should be applied, the version of the patch itself, and your + * name. This line should be a printf, terminated by a single \n, and + * should fit in one line of code. It should be inserted after all + * other patch-ID lines. It should be preceded by three blank lines, + * and followed by three blank lines and the DO NOT MODIFY AFTER... line. + */ + /* DO NOT MODIFY BEFORE THIS LINE */ + + + + + + /* DO NOT MODIFY AFTER THIS LINE */ +}