00001
00004 #ifndef RAZORBACK_FILE_H
00005 #define RAZORBACK_FILE_H
00006
00007 #include <razorback/types.h>
00008
00009 #ifdef __cplusplus
00010 extern "C" {
00011 #endif
00012
00017 SO_PUBLIC extern bool File_Delete(struct Block *block);
00018
00019 #ifdef __cplusplus
00020 }
00021 #endif
00022 #endif