main.h
上传用户:hepax88
上传日期:2007-01-03
资源大小:1101k
文件大小:0k
源码类别:

TCP/IP协议栈

开发平台:

Visual C++

  1. #ifndef _MAIN_H
  2. #define _MAIN_H
  3. #ifndef _PROC_H
  4. #include "proc.h"
  5. #endif
  6. extern char Badhost[];
  7. extern char *Hostname;
  8. extern char Nospace[]; /* Generic malloc fail message */
  9. extern struct proc *Cmdpp;
  10. extern struct proc *Display;
  11. extern int main_exit; /* from main program (flag) */
  12. #endif _MAIN_H