Commit 1e042612 1e0426123a45339b06f88476ca891534da18eb7d by Alain Magloire

.

1 parent 715e36a0
Showing 1 changed file with 16 additions and 0 deletions
1 2001-07-20 Alain Magloire
2
3 * mailbox/misc.c: Removed, _cpystr() function move in mutil.c
4 and rename to util_cpystr().
5 * mailbox/include/misc.h: Removed.
6 * include/mailutils/mutil.h: Added prototype for util_cpystr().
7 * mailbox/mutil.c (util_cpystr): New function, move
8 the _cpystr() from misc.c and move here.
9 * mailbox/Makefile.am: Removed misc.c in dependencies.
10 * mailbox/include/Makefile.am: Removed misc.h in dependencies.
11 * mailbox/address.c: Use util_cpystr() instead of _cpystr().
12 Added <mailutils/mutil.h> prototype.
13 * mailbox/auth.c: Likewised.
14 * mailbox/url.c: Likewised.
15 * mailbox/folder.c: Likewised.
16
1 2001-07-19 Sergey Poznyakoff 17 2001-07-19 Sergey Poznyakoff
2 Added guile interface library. 18 Added guile interface library.
3 19
......