home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / bbs / uupc / source / 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.