X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_hashtable.h;h=2806632595009655c5d9b9208693fe3d3e34a9f0;hb=495d40c7d02054399e118be6a10b0096c938d232;hp=79f5f0501845e3ce80012533836ac6f53f59f0be;hpb=0160025157d9bc39687eb0c5df6cb3d965d20e07;p=palacios.git diff --git a/palacios/include/palacios/vmm_hashtable.h b/palacios/include/palacios/vmm_hashtable.h index 79f5f05..2806632 100644 --- a/palacios/include/palacios/vmm_hashtable.h +++ b/palacios/include/palacios/vmm_hashtable.h @@ -181,6 +181,7 @@ struct hashtable_iter { struct hashtable_iter * v3_create_htable_iter(struct hashtable * htable); +void v3_destroy_htable_iter(struct hashtable_iter * iter); /* - return the value of the (key,value) pair at the current position */ //extern inline