main.h
资源名称:export.zip [点击查看]
上传用户:hepax88
上传日期:2007-01-03
资源大小:1101k
文件大小:0k
源码类别:
TCP/IP协议栈
开发平台:
Visual C++
- #ifndef _MAIN_H
- #define _MAIN_H
- #ifndef _PROC_H
- #include "proc.h"
- #endif
- extern char Badhost[];
- extern char *Hostname;
- extern char Nospace[]; /* Generic malloc fail message */
- extern struct proc *Cmdpp;
- extern struct proc *Display;
- extern int main_exit; /* from main program (flag) */
- #endif _MAIN_H