home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / EXTRAS / UUCODE / UUPC / TEST / UPC12ES1.ZIP / LIB / timestmp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-13  |  2.1 KB  |  50 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.3 1993/11/13 17:38:09 ahd Exp $
  24.  *
  25.  *    Revision history:
  26.  *    $Log: timestmp.h $
  27.  *     Revision 1.3  1993/11/13  17:38:09  ahd
  28.  *     Alter comment for compilew
  29.  *
  30.  *     Revision 1.2  1993/07/31  16:28:59  ahd
  31.  *     Changes in support of Robert Denny's Windows Support
  32.  *
  33.  *
  34.  *       07 Mar 92   -  Add current program name
  35.  *
  36.  *       08 Sep 90   -  Create for banner function (moved from
  37.  *                      host.c)  ahd
  38.  */
  39.  
  40. extern char compilev[];           /* UUPC version number           */
  41. extern char compilep[];           /* UUPC Program name             */
  42. extern char compilet[];           /* UUPC compile time             */
  43. extern char compiled[];           /* UUPC compile date             */
  44. extern char *compilen;            /* Current program name          */
  45. extern char *compilew;            /* Current environment           */
  46.  
  47. void banner (char **argv);
  48.  
  49. #endif
  50.