libcryfs/fuse/params.h

9 lines
124 B
C
Raw Normal View History

2014-11-04 22:33:43 +01:00
#pragma once
2014-11-16 00:05:28 +01:00
#ifndef FSPP_FUSE_PARAMS_H_
#define FSPP_FUSE_PARAMS_H_
2014-11-04 22:33:43 +01:00
#define FUSE_USE_VERSION 26
2014-11-16 00:05:28 +01:00
#include <fuse.h>
2014-11-04 22:33:43 +01:00
2015-02-17 00:48:49 +01:00
#endif