Definition in file fuse_common.h.
#include "fuse_opt.h"
#include <stdint.h>
#include "fuse_common_compat.h"
Go to the source code of this file.
Classes | |
struct | fuse_conn_info |
struct | fuse_file_info |
Defines | |
#define | FUSE_MAJOR_VERSION 2 |
#define | FUSE_MAKE_VERSION(maj, min) ((maj) * 10 + (min)) |
#define | FUSE_MINOR_VERSION 7 |
#define | fuse_unmount fuse_unmount_compat22 |
#define | FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION) |
Functions | |
int | fuse_daemonize (int foreground) |
struct fuse_chan * | fuse_mount (const char *mountpoint, struct fuse_args *args) |
int | fuse_parse_cmdline (struct fuse_args *args, char **mountpoint, int *multithreaded, int *foreground) |
void | fuse_remove_signal_handlers (struct fuse_session *se) |
int | fuse_set_signal_handlers (struct fuse_session *se) |
void | fuse_unmount (const char *mountpoint, struct fuse_chan *ch) |
int | fuse_version (void) |