2017-09-12 03:28:15 +02:00
|
|
|
/*
|
|
|
|
* This software is licensed under the terms of the MIT-License
|
|
|
|
* See COPYING for further information.
|
|
|
|
* ---
|
|
|
|
* Copyright (c) 2011-2017, Lukas Weber <laochailan@web.de>.
|
|
|
|
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
|
|
|
|
*/
|
2017-04-18 21:48:18 +02:00
|
|
|
|
2017-11-04 15:15:35 +01:00
|
|
|
#pragma once
|
2017-04-18 21:48:18 +02:00
|
|
|
|
|
|
|
#include "private.h"
|
|
|
|
|
|
|
|
void vfs_vdir_init(VFSNode *node);
|