X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/9239a724d2527bd41b05be3e24a4d532aa8ac5b5..ba1916b54c0231d244f295fd93d4c25c12e210b7:/tv.h diff --git a/tv.h b/tv.h index a963e17..40e49e7 100644 --- a/tv.h +++ b/tv.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: tv.h,v 1.5 1999/05/21 22:13:12 mdw Exp $ + * $Id: tv.h,v 1.6 1999/12/10 23:42:04 mdw Exp $ * * Manipulation of timeval structures * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: tv.h,v $ + * Revision 1.6 1999/12/10 23:42:04 mdw + * Change header file guard names. + * * Revision 1.5 1999/05/21 22:13:12 mdw * Moved most of the code into exported macros. The main functions now * implemented using the macros. @@ -48,8 +51,8 @@ * */ -#ifndef TV_H -#define TV_H +#ifndef MLIB_TV_H +#define MLIB_TV_H #ifdef __cplusplus extern "C" {