home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / UPC2S1.ZIP / TIMESTMP.H < prev    next >
C/C++ Source or Header  |  1993-07-31  |  2KB  |  47 lines

  1. #ifndef TIMESTMP_H
  2. #define TIMESTMP_H
  3.  
  4. /*--------------------------------------------------------------------*/
  5. /*       t i m e s t m p . h                                          */
  6. /*                                                                    */
  7. /*       Defines functions included in timestmp.c for UUPC/extended   */
  8. /*--------------------------------------------------------------------*/
  9.  
  10. /*--------------------------------------------------------------------*/
  11. /*       Changes Copyright (c) 1989-1993 by Kendra Electronic         */
  12. /*       Wonderworks.                                                 */
  13. /*                                                                    */
  14. /*       All rights reserved except those explicitly granted by       */
  15. /*       the UUPC/extended license agreement.                         */
  16. /*--------------------------------------------------------------------*/
  17.  
  18. /*--------------------------------------------------------------------*/
  19. /*                          RCS Information                           */
  20. /*--------------------------------------------------------------------*/
  21.  
  22. /*
  23.  *    $Id: timestmp.h 1.2 1993/07/31 16:28:59 ahd Exp $
  24.  *
  25.  *    Revision history:
  26.  *    $Log: timestmp.h $
  27.  *     Revision 1.2  1993/07/31  16:28:59  ahd
  28.  *     Changes in support of Robert Denny's Windows Support
  29.  *
  30.  *
  31.  *       07 Mar 92   -  Add current program name
  32.  *
  33.  *       08 Sep 90   -  Create for banner function (moved from
  34.  *                      host.c)  ahd
  35.  */
  36.  
  37. extern char compilev[];           /* UUPC version number           */
  38. extern char compilep[];           /* UUPC Program name             */
  39. extern char compilet[];           /* UUPC compile time             */
  40. extern char compiled[];           /* UUPC compile date             */
  41. extern char *compilen;            /* Current program name          */
  42. extern char *compilew;            /* Current Windows version       */
  43.  
  44. void banner (char **argv);
  45.  
  46. #endif
  47.