taisei/src/vfs/vdir.h

19 lines
413 B
C
Raw Normal View History

2017-09-12 03:28:15 +02:00
/*
* This software is licensed under the terms of the MIT License.
2017-09-12 03:28:15 +02:00
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
2019-07-03 20:00:56 +02:00
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
2017-09-12 03:28:15 +02:00
*/
2017-04-18 21:48:18 +02:00
#ifndef IGUARD_vfs_vdir_h
#define IGUARD_vfs_vdir_h
#include "taisei.h"
2017-04-18 21:48:18 +02:00
#include "private.h"
void vfs_vdir_init(VFSNode *node);
#endif // IGUARD_vfs_vdir_h