Usermode/libaxwin4 - Handle demarshal failure
[tpg/acess2.git] / KernelLand / Modules / Filesystems / LEAN / main.c
1 /*
2  * Acess 2 LEAN Filesystem Driver
3  * By John Hodge (thePowersGang)
4  */
5 #include <acess.h>
6 #include <vfs.h>
7
8 // === CONSTANTS ===
9
10 // === PROTOTYPES ===
11
12 // === GLOBALS ===
13
14 // === CODE ===
15 int LEAN_Install(char **Arguments)
16 {
17         return 1;
18 }

UCC git Repository :: git.ucc.asn.au