/* * License: BSD-style license * Copyright: Radek Podgorny , * Bernd Schubert */ #ifndef RMDIR_H #define RMDIR_H int unionfs_rmdir(const char *path); #endif