view src/lib/unlink-directory.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 55df57c028d4
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