diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util.h b/src/util.h index 910981986..2951942e3 100644 --- a/src/util.h +++ b/src/util.h @@ -433,14 +433,6 @@ gpointer rspamd_str_pool_copy (gconstpointer data, gpointer ud); gboolean parse_ipmask_v4 (const char *line, struct in_addr *ina, int *mask); /** - * Parse HTTP date header and return it as time_t - * @param header HTTP date header - * @param len length of header - * @return time_t or (time_t)-1 in case of error - */ -time_t parse_http_date (const gchar *header, gsize len); - -/** * Read passphrase from tty * @param buf buffer to fill with a password * @param size size of the buffer |