Add support for getting free space in Haiku.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1474 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2010-05-05 19:31:48 +00:00
parent aeec8451dc
commit 039c8a7194
4 changed files with 56 additions and 3 deletions

8
src/haiku.h Normal file
View File

@@ -0,0 +1,8 @@
#include "struct.h"
#ifndef __HAIKU_H
#define __HAIKU_H
qword haiku_get_free_space(char* path);
#endif