mirror of https://github.com/trapexit/mergerfs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
267 B
9 lines
267 B
#pragma once
|
|
|
|
#include "fuse_msgbuf.h"
|
|
|
|
int fuse_receive_buf(struct fuse_session *se,
|
|
fuse_msgbuf_t *msgbuf);
|
|
void fuse_process_buf(void *data,
|
|
const fuse_msgbuf_t *msgbuf,
|
|
struct fuse_chan *ch);
|