Develop and Download Open Source Software

Browse CVS Repository

Contents of /enbanfukusyaya/EnbanKensa/common/check.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph 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 - Ä‚Ż‹ď‡Šm”F
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__ */

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26