mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
util.strbitop: Add common_prefix_bits() to Teal interface description
This commit is contained in:
parent
bb081f052f
commit
a2b268528d
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@ local record mod
|
|||
sand : function (string, string) : string
|
||||
sor : function (string, string) : string
|
||||
sxor : function (string, string) : string
|
||||
common_prefix_bits : function (string, string) : integer
|
||||
end
|
||||
return mod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue