* mailbox/misc.c: Removed, _cpystr() function move in mutil.c
and rename to util_cpystr(). * mailbox/include/misc.h: Removed. * mailbox/mutil.c (util_cpystr): New function, move the _cpystr() from misc.c and move here. * mailbox/Makefile.am: Removed misc.c in dependencies. * mailbox/include/Makefile.am: Removed misc.h in dependencies. * mailbox/address.c: Use util_cpystr() instead of _cpystr(). Added <mailutils/mutil.h> prototype. * mailbox/auth.c: Likewised. * mailbox/url.c: Likewised. * mailbox/folder.c: Likewised
Showing
9 changed files
with
38 additions
and
120 deletions
mailbox/include/misc.h
deleted
100644 → 0
mailbox/misc.c
deleted
100644 → 0
-
Please register or sign in to post a comment