diff options
Diffstat (limited to 'src/libutil/util.h')
-rw-r--r-- | src/libutil/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/util.h b/src/libutil/util.h index 367e280f1..c1c29ab30 100644 --- a/src/libutil/util.h +++ b/src/libutil/util.h @@ -66,7 +66,7 @@ gint rspamd_socket (const gchar *credits, guint16 port, gint type, /* * Create socketpair */ -gboolean rspamd_socketpair (gint pair[2], gboolean is_stream); +gboolean rspamd_socketpair (gint pair[2], gint af); /* * Make specified socket non-blocking |