windows-nt/Source/XPSP1/NT/shell/ext/ftp/ftpinet.h
2020-09-26 16:20:57 +08:00

16 lines
337 B
C

/*****************************************************************************
*
* ftpinet.h - Wrapper for WININET stuff
*
*****************************************************************************/
#ifndef _FTPINET_H
#define _FTPINET_H
HINTERNET GetWininetSessionHandle(void);
void UnloadWininet(void);
#endif // _FTPINET_H