aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/util.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-30 12:45:17 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-30 12:45:38 +0100
commit7e66b3bd08dbca9356013a3777f786076d1dacea (patch)
treeda322627187e37ce4de4b0ab30de1578567319f7 /src/libutil/util.h
parent29d9635d76fdaf0feec3aca1b66778c7573da790 (diff)
downloadrspamd-7e66b3bd08dbca9356013a3777f786076d1dacea.tar.gz
rspamd-7e66b3bd08dbca9356013a3777f786076d1dacea.zip
Rework worker utilities.
Diffstat (limited to 'src/libutil/util.h')
-rw-r--r--src/libutil/util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libutil/util.h b/src/libutil/util.h
index 4359d4288..dfa34a458 100644
--- a/src/libutil/util.h
+++ b/src/libutil/util.h
@@ -260,13 +260,6 @@ gboolean rspamd_strtoul (const gchar *s, gsize len, gulong *value);
gint rspamd_fallocate (gint fd, off_t offset, off_t len);
/**
- * Return worker's control structure by its type
- * @param type
- * @return worker's control structure or NULL
- */
-extern worker_t* get_worker_by_type (GQuark type);
-
-/**
* Utils for working with threads to be compatible with all glib versions
*/
typedef struct rspamd_mutex_s {