diff options
Diffstat (limited to 'src/rspamd.h')
-rw-r--r-- | src/rspamd.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/rspamd.h b/src/rspamd.h index bc1ed8a86..eb5ce541e 100644 --- a/src/rspamd.h +++ b/src/rspamd.h @@ -316,21 +316,6 @@ struct rspamd_main { struct rspamd_http_context *http_ctx; }; -enum rspamd_exception_type { - RSPAMD_EXCEPTION_NEWLINE = 0, - RSPAMD_EXCEPTION_URL, - RSPAMD_EXCEPTION_GENERIC, -}; -/** - * Structure to point exception in text from processing - */ -struct rspamd_process_exception { - goffset pos; - guint len; - gpointer ptr; - enum rspamd_exception_type type; -}; - /** * Control session object */ |