/[eliot]/eliot/dic/hashtable.h
ViewVC logotype

Diff of /eliot/dic/hashtable.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.2 by afrab, Sun Oct 23 18:38:18 2005 UTC revision 1.3.2.3 by ipkiss, Sun Oct 23 20:58:19 2005 UTC
# Line 17  Line 17 
17  /* along with this program; if not, write to the Free Software               */  /* along with this program; if not, write to the Free Software               */
18  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
19    
 /* $Id$ */  
   
20  /**  /**
21   *  \file   hashtable.h   *  \file   hashtable.h
22   *  \brief  Simple hashtable type   *  \brief  Simple hashtable type
# Line 29  Line 27 
27  #ifndef _HASHTABLE_H  #ifndef _HASHTABLE_H
28  #define _HASHTABLE_H  #define _HASHTABLE_H
29  #if defined(__cplusplus)  #if defined(__cplusplus)
30  extern "C"  extern "C"
31    {    {
32  #endif  #endif
33    
34  typedef struct _Hash_table* Hash_table;  typedef struct _Hash_table* Hash_table;
35    
# Line 44  int        hash_add (Hash_table,void* ke Line 42  int        hash_add (Hash_table,void* ke
42    
43  #if defined(__cplusplus)  #if defined(__cplusplus)
44    }    }
45  #endif  #endif
46  #endif /* _HASHTABLE_H_ */  #endif /* _HASHTABLE_H_ */

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26