From da7fe59834b5ba1f254f783235caaf36f2c4f183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 25 Jul 2023 18:24:24 +0200 Subject: [PATCH] Commit changes to ejabberd_sql.hrl as well --- include/ejabberd_sql.hrl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ejabberd_sql.hrl b/include/ejabberd_sql.hrl index c690261ef..c622efcd7 100644 --- a/include/ejabberd_sql.hrl +++ b/include/ejabberd_sql.hrl @@ -34,12 +34,14 @@ format_query :: fun(), format_res :: fun(), args :: fun(), + flags :: pos_integer(), loc :: {module(), pos_integer()}}). -else. -record(sql_query, {hash :: binary(), format_query :: fun(), format_res :: fun(), args :: fun(), + flags :: pos_integer(), loc :: {module(), {pos_integer(), pos_integer()}}}). -endif.