9 lines
124 B
C
9 lines
124 B
C
#pragma once
|
|
#ifndef FSPP_FUSE_PARAMS_H_
|
|
#define FSPP_FUSE_PARAMS_H_
|
|
|
|
#define FUSE_USE_VERSION 26
|
|
#include <fuse.h>
|
|
|
|
#endif
|