(file) Return to ip.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPIR

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPIR/ip.h between version 1.7 and 1.8

version 1.7, 2006/01/30 16:18:06 version 1.8, 2006/09/22 09:41:12
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Frank Scheffler  
 //  
 // Modified By:  Adrian Schuur (schuur@de.ibm.com)  
 //               Marek Szermutzky, IBM (mszermutzky@de.ibm.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 /*! /*!
   \file ip.h   \file ip.h
   \brief General TCP/IP routines.   \brief General TCP/IP routines.
  
   \author Frank Scheffler  
 */ */
  
 #ifndef _IP_H #ifndef _IP_H
Line 48 
Line 42 
  
 #include "proxy.h" #include "proxy.h"
  
   static struct hostent * _getHostByName (
       const char *hname,
       struct hostent *hbuf,
       char *tmphbuf,
       int hbuflen);
   
 void accept_connections ( int port, void accept_connections ( int port,
                           void (* __connection_handler) ( int ),                           void (* __connection_handler) ( int ),
                           int multithreaded );                           int multithreaded );


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2