#ifndef MPLIB1_TIMESTAMP #define MPLIB1_TIMESTAMP /* ******************************************************************************* * 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$" /* ------------------------------------------------------------------ Include files ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ defines ------------------------------------------------------------------ */ #define TIMESTAMP_STR_SZ 50 /* ------------------------------------------------------------------ Code starts here ------------------------------------------------------------------ */ extern struct timeval *get_current_timeval( struct timeval * ); extern char *build_timestamp_str( struct timeval *tvp, char *buf ); extern char *make_timestamp_str( char *buf ); #endif /* -- End of File -- */