view src/lib/unlink-directory.h @ 9490:fd84592e817b HEAD

dovecot-example.conf: Updated dict comments.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Nov 2009 13:08:47 -0500
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef UNLINK_DIRECTORY_H
#define UNLINK_DIRECTORY_H

/* Unlink directory and/or everything under it.
   Returns 0 if successful, -1 if error. */
int unlink_directory(const char *dir, bool unlink_dir);

#endif