httpdirfs/src/fuse_local.h

13 lines
181 B
C
Raw Permalink Normal View History

2018-07-26 11:01:47 +02:00
#ifndef FUSE_LOCAL_H
#define FUSE_LOCAL_H
/**
* \file fuse_local.h
* \brief FUSE related functions
*/
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