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

Diff of /eliot/dic/hashtable.c

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.c   *  \file   hashtable.c
22   *  \brief  Simple hashtable type   *  \brief  Simple hashtable type
# Line 148  new_entry(void* key, unsigned int keysiz Line 146  new_entry(void* key, unsigned int keysiz
146    
147  int  int
148  hash_add(Hash_table hashtable,  hash_add(Hash_table hashtable,
149           void* key, unsigned int keysize,           void* key, unsigned int keysize,
150           void* value, unsigned int valuesize)           void* value, unsigned int valuesize)
151  {  {
152    Hash_node *entry;    Hash_node *entry;

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