summaryrefslogtreecommitdiffstats
path: root/src/server/fuse.h
blob: f01ad5834220111a32b7492b9724e5946be095b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _FUSE_H_
#define _FUSE_H_

#include <stdbool.h>

bool dfuse_init(const char *opts, const char *dir);

void dfuse_shutdown();

#endif