|
|
| version 1.1.1.1.2.1, 2011/10/13 16:08:52 | version 1.3, 2012/01/23 10:34:12 |
|---|---|
| Line 47 SUCH DAMAGE. | Line 47 SUCH DAMAGE. |
| #define __PROC_H | #define __PROC_H |
| struct tagProc *InitProc(int, struct sockaddr *, u_short, int); | struct tagProc *InitProc(int, io_sockaddr_t *, u_short, int); |
| void FiniProcByID(u_short); | void FiniProcByID(u_short); |
| void FreeProc(struct tagProc ** __restrict); | void FreeProc(struct tagProc ** __restrict); |
| void DestroyProc(); | void DestroyProc(); |