/[pengfork]/pengfork/include/tcpip/tcpip.h
ViewVC logotype

Diff of /pengfork/include/tcpip/tcpip.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by chupa, Sat Dec 7 14:01:24 2002 UTC revision 1.5 by chupa, Sun Dec 8 13:33:38 2002 UTC
# Line 24  Line 24 
24   *                 *              
25   */   */
26    
27  #if defined(WITH_TCPIP) && !defined(__TCPIP_TCPIP_H__)  #ifndef __TCPIP_TCPIP_H__
28  #define __TCPIP_TCPIP_H__  #define __TCPIP_TCPIP_H__
29    
30    #if HAVE_CONFIG_H
31    # include "config.h"
32    #endif
33    
34    #ifdef WITH_TCPIP
35    
36  extern int tcpipfd;  extern int tcpipfd;
37    
38  int tcpip_connect (void);  int tcpip_connect (void);
39  int tcpip_close (void);  int tcpip_close (void);
40  int tcpip_connected (void);  int tcpip_connected (void);
41    
42  #endif /* defined(WITH_TCPIP) && !defined(__TCPIP_TCPIP_H__) */  #endif /* WITH_TCPIP */
43    
44    #endif /* __TCPIP_TCPIP_H__ */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26