httpdirfs/src/fuse_local.h

8 lines
117 B
C
Raw Normal View History

2018-07-26 11:01:47 +02:00
#ifndef FUSE_LOCAL_H
#define FUSE_LOCAL_H
2018-07-26 11:58:51 +02:00
/* Initialise fuse */
2018-07-26 11:01:47 +02:00
int fuse_local_init(int argc, char **argv);
#endif