/[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 by ipkiss, Sun Oct 23 14:53:43 2005 UTC revision 1.4 by ipkiss, Fri Nov 4 20:00:06 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  Hashtable type   *  \brief  Hashtable type
# Line 31  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 46  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  
changed lines
  Added in v.1.4

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