view src/lib/unlink-directory.h @ 908:bc55266563cd HEAD

Use separate check for uint_fast32_t.
author Timo Sirainen <tss@iki.fi>
date Mon, 06 Jan 2003 13:15:26 +0200
parents 5101f8bf2368
children 55df57c028d4
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, int unlink_dir);

#endif