OSSP CVS Repository

ossp - Difference in ossp-pkg/act/act_hash_oh.c versions 1.3 and 1.4
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/act/act_hash_oh.c 1.3 -> 1.4

--- act_hash_oh.c        2000/08/18 15:58:09     1.3
+++ act_hash_oh.c        2000/08/20 13:57:53     1.4
@@ -133,6 +133,14 @@
     return TRUE;
 }
 
+/* find out the size of the hash table */
+static int 
+act_hash_oh_status(
+    act_ctx_t *ctx, act_hash_oh_t *h, char *pstatus, int *nstatus)
+{
+    return TRUE;
+}
+
 /* free the hash table structure */
 static int 
 act_hash_oh_free(
@@ -168,6 +176,7 @@
     (act_hash_lookup_t)  act_hash_oh_lookup,
     (act_hash_delete_t)  act_hash_oh_delete,
     (act_hash_size_t)    act_hash_oh_size,
+    (act_hash_status_t)  act_hash_oh_status,
     (act_hash_free_t)    act_hash_oh_free
 };
 

CVSTrac 2.0.1