--- trunk/H7 Server/H7 ServerDlg.h 2007/01/30 14:56:43 17 +++ trunk/H7 Server/H7 ServerDlg.h 2007/01/30 16:13:04 18 @@ -42,5 +42,6 @@ int StartTcp(void); afx_msg void OnBnClickedTest(); afx_msg void OnBnClickedRestart(); - void ServerInit(void); + bool ServerInit(void); + int StartSerial(void); };