FUSE_OPT_KEY_KEEP

Special key value for options to keep

Argument is not passed to processing function, but behave as if the processing function returned 1

extern (C)
enum FUSE_OPT_KEY_KEEP = -3;

Meta