home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / UPC2S1.ZIP / LOGGER.H < prev    next >
C/C++ Source or Header  |  1992-11-27  |  740b  |  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.