|
|
@ -9,20 +9,6 @@ |
|
|
|
#ifndef _FUSE_H_ |
|
|
|
#define _FUSE_H_ |
|
|
|
|
|
|
|
/** @file |
|
|
|
* |
|
|
|
* This file defines the library interface of FUSE |
|
|
|
* |
|
|
|
* IMPORTANT: you should define FUSE_USE_VERSION before including this |
|
|
|
* header. To use the newest API define it to 26 (recommended for any |
|
|
|
* new application), to use the old API define it to 21 (default) 22 |
|
|
|
* or 25, to use the even older 1.X API define it to 11. |
|
|
|
*/ |
|
|
|
|
|
|
|
#ifndef FUSE_USE_VERSION |
|
|
|
#define FUSE_USE_VERSION 21 |
|
|
|
#endif |
|
|
|
|
|
|
|
#include "extern_c.h" |
|
|
|
#include "fuse_common.h" |
|
|
|
|
|
|
|