diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-07 14:24:15 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-07 14:24:15 +0100 |
commit | 4af2ef67e91974144de793be97b8866d2a63c658 (patch) | |
tree | df3027d94959e08623b64190f25dafb5456ad4c1 /src/libutil/util.h | |
parent | ee9def66ca6120fdaa9acc623b8c8e49b1b2ea93 (diff) | |
download | rspamd-4af2ef67e91974144de793be97b8866d2a63c658.tar.gz rspamd-4af2ef67e91974144de793be97b8866d2a63c658.zip |
Add emitting of ucl object to rspamd_fstring_t.
Diffstat (limited to 'src/libutil/util.h')
-rw-r--r-- | src/libutil/util.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libutil/util.h b/src/libutil/util.h index df1c30e7d..7efb728b1 100644 --- a/src/libutil/util.h +++ b/src/libutil/util.h @@ -336,16 +336,6 @@ void rspamd_hash_table_copy (GHashTable *src, GHashTable *dst, gint rspamd_read_passphrase (gchar *buf, gint size, gint rwflag, gpointer key); /** - * Emit UCL object to gstring - * @param obj object to emit - * @param emit_type emitter type - * @param target target string - */ -void rspamd_ucl_emit_gstring (ucl_object_t *obj, - enum ucl_emitter emit_type, - GString *target); - -/** * Portably return the current clock ticks as seconds * @return */ |