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:
8
src/haiku.h
Normal file
8
src/haiku.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "struct.h"
|
||||
|
||||
#ifndef __HAIKU_H
|
||||
#define __HAIKU_H
|
||||
|
||||
qword haiku_get_free_space(char* path);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user