From 9bacf0d835d66aaddcdb9e664a34364f25ed2554 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 16 Jan 2012 20:59:37 +0400 Subject: * Introduce new system of worker's and modules initialization: - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture. --- src/fuzzy_storage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/fuzzy_storage.h') diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h index f5196b1d6..2e60670df 100644 --- a/src/fuzzy_storage.h +++ b/src/fuzzy_storage.h @@ -27,7 +27,4 @@ struct fuzzy_session { struct sockaddr_storage sa; }; -gpointer init_fuzzy_storage (void); -void start_fuzzy_storage (struct rspamd_worker *worker); - #endif -- cgit v1.2.3