home *** CD-ROM | disk | FTP | other *** search
/ Steganos Hacker Tools / SHT151.iso / programme / scanner / nmapNTsp1 / Win_2000.exe / nmapNT-src / nmapNT / winfix.h < prev    next >
Encoding:
Text File  |  2000-07-07  |  287 b   |  7 lines

  1. int gettimeofday(struct timeval *tv, struct timezone *tz);
  2. unsigned int sleep(unsigned int seconds);
  3. void usleep(unsigned long usec);
  4. int strcasecmp(const char *s1, const char *s2);
  5. int strncasecmp(const char *s1, const char *s2, size_t n);
  6. void StartWinsock();
  7. void StopWinsock();