aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/rspamd_symcache.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-08-14 14:01:09 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2023-08-14 14:01:09 +0100
commit81d9b6e8f4eeaa5498e6c4ab7e80eb2789b46aad (patch)
tree759b86113a8e9e0562f2a880d72dc8f753353010 /src/libserver/rspamd_symcache.h
parent8f4a6729d18ba775fdb7861ef0239f312d705f4a (diff)
downloadrspamd-81d9b6e8f4eeaa5498e6c4ab7e80eb2789b46aad.tar.gz
rspamd-81d9b6e8f4eeaa5498e6c4ab7e80eb2789b46aad.zip
[Rework] Finish utils rework
Diffstat (limited to 'src/libserver/rspamd_symcache.h')
-rw-r--r--src/libserver/rspamd_symcache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libserver/rspamd_symcache.h b/src/libserver/rspamd_symcache.h
index f2f95fcc5..45e460c11 100644
--- a/src/libserver/rspamd_symcache.h
+++ b/src/libserver/rspamd_symcache.h
@@ -1,11 +1,11 @@
-/*-
- * Copyright 2016 Vsevolod Stakhov
+/*
+ * Copyright 2023 Vsevolod Stakhov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -123,7 +123,7 @@ gint rspamd_symcache_add_symbol(struct rspamd_symcache *cache,
gint priority,
symbol_func_t func,
gpointer user_data,
- enum rspamd_symbol_type type,
+ int type,
gint parent);
/**