Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / whowas.h
index 9084e00d3a6e3b4f5a1e509dc1fa1aa0bfa3c54f..6c1254bfee4c1559ff4a6bb963b5a641c411cc39 100644 (file)
@@ -57,6 +57,8 @@ struct Whowas {
   struct Whowas **hprevnextp;   /* Pointer to previous next pointer */
   struct Whowas *cnext;         /* Next entry with the same 'online' pointer */
   struct Whowas **cprevnextp;   /* Pointer to previous next pointer */
+  struct Whowas *wnext;                /* Next entry in whowas linked list */
+  struct Whowas *wprev;                /* Pointer to previous next pointer */
 };
 
 /*
@@ -72,4 +74,6 @@ extern void off_history(const struct Client *cptr);
 extern void initwhowas(void);
 extern void count_whowas_memory(int *wwu, size_t *wwm, int *wwa, size_t *wwam);
 
+extern void whowas_realloc(void);
+
 #endif /* INCLUDED_whowas_h */