chiark / gitweb /
Packet handler functions now have a @typedef@ name.
[mLib] / tv.h
diff --git a/tv.h b/tv.h
index a963e173dc5744225511207878677b6659f69ae6..40e49e7fa7885d67047038b16e295addcfeab3cc 100644 (file)
--- 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" {