fixed fuse options struct for compile
This commit is contained in:
parent
19f26a020e
commit
9d5543aa6b
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
#include "fuse_context_handle.h"
|
#include "fuse_context_handle.h"
|
||||||
#include "fuse_dfs.h"
|
#include "fuse_dfs.h"
|
||||||
|
#define __FUSE_OPTIONS_STRUCT__
|
||||||
#include "fuse_options.h"
|
#include "fuse_options.h"
|
||||||
|
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
#define __FUSE_OPTIONS_H__
|
#define __FUSE_OPTIONS_H__
|
||||||
|
|
||||||
/** options for fuse_opt.h */
|
/** options for fuse_opt.h */
|
||||||
|
#ifndef __FUSE_OPTIONS_STRUCT__
|
||||||
|
#define __FUSE_OPTIONS_STRUCT__
|
||||||
|
extern
|
||||||
|
#endif
|
||||||
struct options {
|
struct options {
|
||||||
char* protected;
|
char* protected;
|
||||||
char* nn_uri;
|
char* nn_uri;
|
||||||
|
|
Loading…
Reference in New Issue