home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / UPC2S1.ZIP / SSLEEP.H < prev    next >
Text File  |  1993-09-20  |  1KB  |  34 lines

  1. /*--------------------------------------------------------------------*/
  2. /*       s s l e e p . h                                              */
  3. /*                                                                    */
  4. /*       Time delay function definitions for UUPC/extended            */
  5. /*--------------------------------------------------------------------*/
  6.  
  7. /*--------------------------------------------------------------------*/
  8. /*       Changes Copyright (c) 1989-1993 by Kendra Electronic         */
  9. /*       Wonderworks.                                                 */
  10. /*                                                                    */
  11. /*       All rights reserved except those explicitly granted by       */
  12. /*       the UUPC/extended license agreement.                         */
  13. /*--------------------------------------------------------------------*/
  14.  
  15. /*--------------------------------------------------------------------*/
  16. /*                          RCS Information                           */
  17. /*--------------------------------------------------------------------*/
  18.  
  19. /*
  20.  *    $Id: ssleep.h 1.2 1993/09/20 04:51:31 ahd Exp $
  21.  *
  22.  *    Revision history:
  23.  *    $Log: ssleep.h $
  24.  *     Revision 1.2  1993/09/20  04:51:31  ahd
  25.  *     TCP Support from Dave Watt
  26.  *     't' protocol support
  27.  *     OS/2 2.x support (BC++ 1.0 for OS/2 support)
  28.  *
  29.  */
  30.  
  31. void ssleep(time_t interval);
  32.  
  33. void ddelay(KEWSHORT milliseconds);
  34.