OSDN Git Service

(none)
[hos/hos-v4a.git] / aplfw / volume / dev / devvol_local.h
1
2 #ifndef __HOS__devvol_local_h__
3 #define __HOS__devvol_local_h__
4
5
6 #include "devvol.h"
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 void   DevVol_Delete(HANDLE hVolume);
13 HANDLE DevVol_OpenFile(HANDLE hVolume, const char *pszPath, int iMode);         /* ファイルを開く */
14
15 #ifdef __cplusplus
16 }
17 #endif
18
19
20 #endif