Plan 9 from Bell Labs’s /usr/web/sources/contrib/de0u/root/sys/src/cmd/divergefs/holemanager.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.



typedef struct HoleManager HoleManager;
#pragma incomplete HoleManager /* See 9fans "new compiler" 2005-01-07 */

HoleManager *holemanager_new(char *holefile);

void holemanager_free(HoleManager *self);

void holemanager_add(HoleManager *self, char *holepath);

bool holemanager_includes(HoleManager *self, char *holepath);

void holemanager_remove(HoleManager *self, char *holepath);




Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.