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 [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/dic/hashtable.h [antoine-1]
Date: Sun, 23 Oct 2005 16:58:31 -0400

Index: eliot/dic/hashtable.h
diff -u eliot/dic/hashtable.h:1.3.2.2 eliot/dic/hashtable.h:1.3.2.3
--- eliot/dic/hashtable.h:1.3.2.2       Sun Oct 23 18:38:18 2005
+++ eliot/dic/hashtable.h       Sun Oct 23 20:58:19 2005
@@ -17,8 +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.2.2 2005/10/23 18:38:18 afrab Exp $ */
-
 /**
  *  \file   hashtable.h
  *  \brief  Simple hashtable type
@@ -29,9 +27,9 @@
 #ifndef _HASHTABLE_H
 #define _HASHTABLE_H
 #if defined(__cplusplus)
-extern "C" 
+extern "C"
   {
-#endif 
+#endif
 
 typedef struct _Hash_table* Hash_table;
 
@@ -44,5 +42,5 @@
 
 #if defined(__cplusplus)
   }
-#endif 
+#endif
 #endif /* _HASHTABLE_H_ */




reply via email to

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