WindowsXP/shell/ext/ftp/ftpinet.h
2025-04-27 07:49:33 -04:00

16 lines
352 B
C

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