Browse CVS Repository
Contents of /enbanfukusyaya/EnbanFukusyaYa/DriveAccess/netserver.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.5 -
( show annotations)
( download)
( as text)
Fri Nov 5 17:24:03 2010 UTC
(13 years, 5 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +3 -3 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/** |
| 2 |
* @file netserver.h |
| 3 |
* @brief サーバ処理 |
| 4 |
* @author BananaJinn |
| 5 |
* @version $Id: netserver.h,v 1.4 2006/03/21 14:06:22 bananajinn Exp $ |
| 6 |
* 円盤複写屋 |
| 7 |
* Copyright (C) 2004-2006 BananaJinn<banana@mxh.mesh.ne.jp>. |
| 8 |
*/ |
| 9 |
#ifndef __NETSERVER_H__ |
| 10 |
#define __NETSERVER_H__ |
| 11 |
|
| 12 |
extern int WaitingNetCmd(CMDDRIVE *netdrive, CMDDRIVE *realdrive); |
| 13 |
|
| 14 |
#endif /* !__NETSERVER_H__ */ |
|