summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h
index 69f020754..dd141ae61 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1121,6 +1121,8 @@ class Server : public classbase
/** Deletes a class derived from InspSocket from the server's socket engine.
*/
virtual void DelSocket(InspSocket* sock);
+
+ virtual void RehashServer();
};