Update of /cvsroot/pywin32/pywin32/com/win32comext/internet/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23675/com/win32comext/internet/src
Modified Files:
Tag: py3k
internet.cpp
Log Message:
remove accidental function prototypes!
Index: internet.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/internet/src/internet.cpp,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -d -r1.4.2.2 -r1.4.2.3
*** internet.cpp 2 Nov 2008 12:55:54 -0000 1.4.2.2
--- internet.cpp 2 Nov 2008 13:00:38 -0000 1.4.2.3
***************
*** 219,227 ****
}
- STDAPI CoInternetCreateSecurityManager(IServiceProvider *pSP, IInternetSecurityManager **ppSM, DWORD dwReserved);
-
- STDAPI CoInternetCreateZoneManager(IServiceProvider *pSP, IInternetZoneManager **ppZM, DWORD dwReserved);
-
-
/* List of module functions */
// @module internet|A module, encapsulating the ActiveX Internet interfaces
--- 219,222 ----
|