eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/dic/hashtable.h


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/dic/hashtable.h
Date: Fri, 04 Nov 2005 15:00:16 -0500

Index: eliot/dic/hashtable.h
diff -u eliot/dic/hashtable.h:1.3 eliot/dic/hashtable.h:1.4
--- eliot/dic/hashtable.h:1.3   Sun Oct 23 14:53:43 2005
+++ eliot/dic/hashtable.h       Fri Nov  4 20:00:06 2005
@@ -17,10 +17,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/*
- * $Id: hashtable.h,v 1.3 2005/10/23 14:53:43 ipkiss Exp $      
- */
-
 /**
  *  \file   hashtable.h
  *  \brief  Hashtable type
@@ -31,9 +27,9 @@
 #ifndef _HASHTABLE_H
 #define _HASHTABLE_H
 #if defined(__cplusplus)
-extern "C" 
+extern "C"
   {
-#endif 
+#endif
 
 typedef struct _Hash_table* Hash_table;
 
@@ -46,5 +42,5 @@
 
 #if defined(__cplusplus)
   }
-#endif 
+#endif
 #endif /* _HASHTABLE_H_ */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]