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