X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/300a63912783f039c4df8be05542ce97786c3660..c6e0eaf00cd09a4e5237e70d8351049ec91d7653:/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" {