Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
337 B

  1. /*****************************************************************************
  2. *
  3. * ftpinet.h - Wrapper for WININET stuff
  4. *
  5. *****************************************************************************/
  6. #ifndef _FTPINET_H
  7. #define _FTPINET_H
  8. HINTERNET GetWininetSessionHandle(void);
  9. void UnloadWininet(void);
  10. #endif // _FTPINET_H