mirror of
https://github.com/UzixLS/ehs5fs.git
synced 2025-07-18 14:51:20 +03:00
6 lines
73 B
C
6 lines
73 B
C
#pragma once
|
|
|
|
#include <fuse.h>
|
|
|
|
extern struct fuse_operations fuse_ops;
|