mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
8 lines
88 B
C
8 lines
88 B
C
|
#ifndef _WSFS_H
|
||
|
#define _WSFS_H
|
||
|
|
||
|
#include "wsfs/api.h"
|
||
|
#include "wsfs/server.h"
|
||
|
|
||
|
#endif
|