diff PrivateHash.c @ 31:1d42a512f482

Renamed VMS to PR, in new branch
author Sean Halle <seanhalle@yahoo.com>
date Fri, 08 Mar 2013 05:44:24 -0800
parents 18ec64d06e35
children 049a8d8917c5
line diff
     1.1 --- a/PrivateHash.c	Mon Sep 03 15:09:05 2012 -0700
     1.2 +++ b/PrivateHash.c	Fri Mar 08 05:44:24 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - *  Copyright 2009 OpenSourceStewardshipFoundation.org
     1.6 + *  Copyright 2009 OpenSourceResearchInstitute.org
     1.7   *  Licensed under GNU General Public License version 2
     1.8   *
     1.9   *
    1.10 @@ -235,6 +235,9 @@
    1.11     return FALSE;
    1.12   }
    1.13   
    1.14 +/*Frees hash table struct, all entry strucs, and even the contents of each
    1.15 + * entry.
    1.16 + */
    1.17  void
    1.18  freeHashTable( HashTable *table )
    1.19   { int i;