]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_hash_table.h
Passing FRSH_TRACE as a standard (non-inlined) function in order for -O1 to
[frescor/frsh-include.git] / frsh_hash_table.h
index 7ffb88ac06df63a8d8fdb6f95dae4c7b12a8337f..1551d3c535ea1122ec8d0366243282f2a0cfc19e 100644 (file)
@@ -153,13 +153,12 @@ int frsh_hash_table_get (frsh_hash_table_t *table,
 bool frsh_hash_table_contains_key (frsh_hash_table_t *table, const char * key);
 
 /**
- * Remove an entry from the table
+ * Remove an entry from the table given a key
  * Returns 0 if successful, or -1 if the key is not contained in the table
  */
 int frsh_hash_table_remove (frsh_hash_table_t *table, const char * key);
 
 
-
 #endif // FRSH_HASH_TABLE