mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
removes unused structs
This commit is contained in:
parent
e4d95f5dc9
commit
4565e40fde
@ -26,23 +26,6 @@ struct fs_entry
|
|||||||
char const * content;
|
char const * content;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct fs_dir
|
|
||||||
{
|
|
||||||
ino_t parent;
|
|
||||||
ino_t inode;
|
|
||||||
char const * name;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct fs_file
|
|
||||||
{
|
|
||||||
ino_t parent;
|
|
||||||
ino_t inode;
|
|
||||||
char const * name;
|
|
||||||
char const * content;
|
|
||||||
size_t content_length;
|
|
||||||
bool is_executable;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct fs
|
struct fs
|
||||||
{
|
{
|
||||||
struct fs_entry const * entries;
|
struct fs_entry const * entries;
|
||||||
|
Loading…
Reference in New Issue
Block a user