1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-29 20:20:46 +00:00
falk-werner_webfuse-provider/include/wsfsp/api.h

17 lines
235 B
C
Raw Normal View History

2019-02-16 15:08:17 +00:00
#ifndef _WSFSP_API_H
#define _WSFSP_API_H
#ifndef WSFSP_API
#define WSFSP_API
#endif
#ifndef WSFSP_EXPORT
#ifdef __GNUC__
#define WSFSP_EXPORT __attribute__ ((visibility ("default")))
#else
#define WSFSP_EXPORT
#endif
#endif
#endif