diff options
Diffstat (limited to 'src/libutil/str_util.h')
-rw-r--r-- | src/libutil/str_util.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libutil/str_util.h b/src/libutil/str_util.h index 941d141b4..ea3d97278 100644 --- a/src/libutil/str_util.h +++ b/src/libutil/str_util.h @@ -205,15 +205,6 @@ gchar * rspamd_encode_base64_fold (const guchar *in, gsize inlen, gint str_len, gsize *outlen, enum rspamd_newlines_type how); /** - * Decode URL encoded string in-place and return new length of a string, src and dst are NULL terminated - * @param dst - * @param src - * @param size - * @return - */ -gsize rspamd_decode_url (gchar *dst, const gchar *src, gsize size); - -/** * Decode quoted-printable encoded buffer, input and output must not overlap * @param in input * @param inlen length of input @@ -343,14 +334,6 @@ void rspamd_ucl_emit_fstring_comments (const ucl_object_t *obj, rspamd_fstring_t **target, const ucl_object_t *comments); -guint rspamd_url_hash (gconstpointer u); - -/* Compare two emails for building emails hash */ -gboolean rspamd_emails_cmp (gconstpointer a, gconstpointer b); - -/* Compare two urls for building emails hash */ -gboolean rspamd_urls_cmp (gconstpointer a, gconstpointer b); - extern const guchar lc_map[256]; /** |