httpdirfs/src/fuse_local.h

8 lines
117 B
C

#ifndef FUSE_LOCAL_H
#define FUSE_LOCAL_H
/* Initialise fuse */
int fuse_local_init(int argc, char **argv);
#endif