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: Thu, 05 May 2005 19:45:15 -0400

Index: eliot/dic/hashtable.h
diff -u eliot/dic/hashtable.h:1.1 eliot/dic/hashtable.h:1.2
--- eliot/dic/hashtable.h:1.1   Thu Apr  8 09:43:06 2004
+++ eliot/dic/hashtable.h       Thu May  5 23:45:04 2005
@@ -1,13 +1,14 @@
 /* Eliot                                                                     */
-/* Copyright (C) 1999  antoine.fraboulet                                     */
-/* address@hidden                                                 */
+/* Copyright (C) 1999  Antoine Fraboulet                                     */
 /*                                                                           */
-/* This program is free software; you can redistribute it and/or modify      */
+/* This file is part of Eliot.                                               */
+/*                                                                           */
+/* Eliot is free software; you can redistribute it and/or modify             */
 /* it under the terms of the GNU General Public License as published by      */
 /* the Free Software Foundation; either version 2 of the License, or         */
 /* (at your option) any later version.                                       */
 /*                                                                           */
-/* This program is distributed in the hope that it will be useful,           */
+/* Elit is distributed in the hope that it will be useful,                   */
 /* but WITHOUT ANY WARRANTY; without even the implied warranty of            */
 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
 /* GNU General Public License for more details.                              */
@@ -16,10 +17,23 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
-/*     $Id: hashtable.h,v 1.1 2004/04/08 09:43:06 afrab Exp $   */
+/*
+ * $Id: hashtable.h,v 1.2 2005/05/05 23:45:04 afrab Exp $       
+ */
+
+/**
+ *  \file   hashtable.h
+ *  \brief  Hashtable type
+ *  \author Antoine Fraboulet
+ *  \date   1999
+ */
 
 #ifndef _HASHTABLE_H
 #define _HASHTABLE_H
+#if defined(__cplusplus)
+extern "C" 
+  {
+#endif 
 
 typedef struct _Hash_table* Hash_table;
 
@@ -30,4 +44,7 @@
 int        hash_add (Hash_table,void* key,unsigned keysize,
                     void* value,unsigned valuesize);
 
-#endif
+#if defined(__cplusplus)
+  }
+#endif 
+#endif /* _HASHTABLE_H_ */




reply via email to

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