Browse CVS Repository
Contents of /enbanfukusyaya/EnbanKensa/common/check.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.6 -
( show annotations)
( download)
( as text)
Sun Feb 19 12:21:03 2006 UTC
(18 years, 1 month ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +4 -3 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/** |
| 2 |
* ~ŐĄĘŽ - EnbanKensa |
| 3 |
* Copyright (C) 2005 Kagetani Hideto |
| 4 |
* check.h - ÄŻďmF |
| 5 |
* $Date: 2005/12/11 15:25:30 $ |
| 6 |
* $Revision: 1.5 $ |
| 7 |
*/ |
| 8 |
#ifndef __CHECK_H__ |
| 9 |
#define __CHECK_H__ |
| 10 |
|
| 11 |
typedef struct { |
| 12 |
int hid; |
| 13 |
int tid; |
| 14 |
} DRIVEID; |
| 15 |
|
| 16 |
#ifdef __cplusplus |
| 17 |
extern "C" { |
| 18 |
#endif |
| 19 |
|
| 20 |
extern int CheckDisc(DRIVEID *drive); |
| 21 |
extern int DisplayDiscInformation(DRIVEID *drive); |
| 22 |
|
| 23 |
#ifdef __cplusplus |
| 24 |
} |
| 25 |
#endif |
| 26 |
|
| 27 |
#endif /* !__CHECK_H__ */ |
|