summaryrefslogtreecommitdiff
path: root/src/rmdir.h
blob: 0f26cd1b877f7e4e9b02e400b1fb77117c50a3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
* License: BSD-style license
* Copyright: Radek Podgorny <radek@podgorny.cz>,
*            Bernd Schubert <bernd-schubert@gmx.de>
*/

#ifndef RMDIR_H
#define RMDIR_H

int unionfs_rmdir(const char *path);

#endif