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.

28 lines
961 B

////////////////////////////////////////////////////////////////////////////////
/// \file webfuse_provider.h
/// \brief Convenience header to include all functionality of libfuse_provider.
////////////////////////////////////////////////////////////////////////////////
#ifndef WFP_H
#define WFP_H
#include <webfuse_provider/status.h>
#include <webfuse_provider/protocol_names.h>
#include <webfuse_provider/api.h>
#include <webfuse_provider/client.h>
#include <webfuse_provider/client_config.h>
#include <webfuse_provider/client_protocol.h>
#include <webfuse_provider/dirbuffer.h>
#include <webfuse_provider/credentials.h>
#include <webfuse_provider/operation/error.h>
#include <webfuse_provider/operation/lookup.h>
#include <webfuse_provider/operation/getattr.h>
#include <webfuse_provider/operation/readdir.h>
#include <webfuse_provider/operation/open.h>
#include <webfuse_provider/operation/close.h>
#include <webfuse_provider/operation/read.h>
#endif