diff options
Diffstat (limited to 'src/smtp_proto.h')
-rw-r--r-- | src/smtp_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smtp_proto.h b/src/smtp_proto.h index efb09bf35..42fecd255 100644 --- a/src/smtp_proto.h +++ b/src/smtp_proto.h @@ -43,7 +43,7 @@ struct smtp_command { /* * Generate SMTP error message */ -gchar * make_smtp_error (memory_pool_t *pool, gint error_code, const gchar *format, ...); +gchar * make_smtp_error (rspamd_mempool_t *pool, gint error_code, const gchar *format, ...); /* * Parse a single SMTP command |