* mu-maildir.[ch]: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-08 20:53:21 +02:00
parent 4b578ad52b
commit b502353017
2 changed files with 2 additions and 7 deletions

View File

@ -96,8 +96,6 @@ typedef MuResult (*MuMaildirWalkDirCallback)
*/
MuResult mu_maildir_walk (const char *path, MuMaildirWalkMsgCallback cb_msg,
MuMaildirWalkDirCallback cb_dir, void *data);
/**
* recursively delete all the symbolic links in a directory tree
*