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