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.

19 lines
431 B

#ifndef WSFSP_H
#define WSFSP_H
#include <wsfsp/api.h>
#include <wsfsp/client.h>
#include <wsfsp/client_protocol.h>
#include <wsfsp/provider.h>
#include <wsfsp/dirbuffer.h>
#include <wsfsp/operation/error.h>
#include <wsfsp/operation/lookup.h>
#include <wsfsp/operation/getattr.h>
#include <wsfsp/operation/readdir.h>
#include <wsfsp/operation/open.h>
#include <wsfsp/operation/close.h>
#include <wsfsp/operation/read.h>
#endif