home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / INTERNET / UPC12B2 / LIB / LOGGER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-27  |  740 b   |  15 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    l o g g e r . h                                                 */
  3. /*                                                                    */
  4. /*    Logging functions for UUPC/extended                             */
  5. /*                                                                    */
  6. /*    Copyright (c) 1992 by Kendra Electronic Wonderworks; all        */
  7. /*    rights reserved except those explicitly granted by the          */
  8. /*    UUPC/extended license.                                          */
  9. /*--------------------------------------------------------------------*/
  10.  
  11. void openlog( const char *log );
  12.  
  13. extern char *full_log_file_name;
  14.  
  15.