diff PrivateHash.c @ 26:f0f5da84c4c4

rearrange to work with autoconf
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 25 Sep 2012 16:03:21 +0200
parents b032601956bb
children 18a72865dd78
line diff
     1.1 --- a/PrivateHash.c	Tue Jun 26 03:09:05 2012 -0700
     1.2 +++ b/PrivateHash.c	Tue Sep 25 16:03:21 2012 +0200
     1.3 @@ -91,7 +91,7 @@
     1.4   }
     1.5  
     1.6  /*Copies the string that is the key*/
     1.7 -inline HashEntry *
     1.8 + HashEntry *
     1.9  makeHashEntry( char * key )
    1.10   { HashEntry *hashEntry;
    1.11