mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Commit changes to ejabberd_sql.hrl as well
This commit is contained in:
parent
3710dc1e3b
commit
da7fe59834
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue