#ifndef MPLIB1_FPRINTFILE #define MPLIB1_FPRINTFILE /* ******************************************************************************* * Copyright (c) 1996 Martin Poole * ******************************************************************************* ** ** WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! ** ** Any changes to be made to this file should first be checked with ** mplib1 source control for library integrity. ** ** mplib1 source control can be reached at mplib1@quatermass.co.uk ** * * $Source$ * $Author$ * $Date$ * $Revision$ * ******************************************************************************* * * Change History * * $Log$ * ******************************************************************************* */ #ident "$Header$" #ifdef CXREF #include #endif /* ------------------------------------------------------------------ Include files ------------------------------------------------------------------ */ #ifndef MPLIB1_TIMESTAMP #include #endif /* ------------------------------------------------------------------ defines ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ Code starts here ------------------------------------------------------------------ */ extern char *get_my_uname( void ); extern int fprintfile( FILE *fp, const char *format, ... ); extern int fput_log_str( FILE *fp ); extern char *make_log_str( char *buf ); #endif /* -- End of File -- */