Commit da9bd682 da9bd682a776bc567b3a993d8ada93649ab2bacd by Sergey Poznyakoff

Updated

1 parent 5e386957
Showing 1 changed file with 15 additions and 0 deletions
1 2003-02-24 Sergey Poznyakoff
2
3 * include/mailutils/mailcap.h: Added missing prototypes, protected
4 argument decls with __P and the whole stuff with extern "C".
5 * mailbox/mailcap.c: Fixed indentation, adopted for 80-column
6 screen.
7 * doc/texinfo/mailcap.inc: Removed. Auto-generated file
8 * examples/mailcap.c: New file.
9 * examples/Makefile.am: Added mailcap.c
10 * examples/.cvsignore: Added mailcap
11 * mailbox/testsuite/Mailcap: New file. Test data for mailcap.
12 * mailbox/testsuite/Makefile.am: Added Mailcap
13 * mailbox/testsuite/mailbox/mailcap.exp: New file.
14 * mailbox/testsuite/mailbox/DISTFILES: Added mailcap.exp
15
1 2003-02-23 Alain Magloire 16 2003-02-23 Alain Magloire
2 17
3 * mailbox/refcount.c: Added a simple thread-safe implementation. 18 * mailbox/refcount.c: Added a simple thread-safe implementation.
......