/[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 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  #include <stdio.h>  #include <stdio.h>
21  #include <stdlib.h>  #include <stdlib.h>
22  #include <string.h>  #include <string.h>
# Line 143  new_entry(void* key, unsigned int keysiz Line 139  new_entry(void* key, unsigned int keysiz
139    
140  int  int
141  hash_add(Hash_table hashtable,  hash_add(Hash_table hashtable,
142           void* key, unsigned int keysize,           void* key, unsigned int keysize,
143           void* value, unsigned int valuesize)           void* value, unsigned int valuesize)
144  {  {
145    Hash_node *entry;    Hash_node *entry;

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