# HG changeset patch # User Kim Alvefur # Date 1708702685 -3600 # Node ID b64064e4400b7b5e9f8dfe30c66b943a5f193a8d # Parent 4467ae4d13791967ed2e05f7de3734675c7b25c9 util.strbitop: Add common_prefix_bits() to Teal interface description diff -r 4467ae4d1379 -r b64064e4400b teal-src/prosody/util/strbitop.d.tl --- a/teal-src/prosody/util/strbitop.d.tl Fri Feb 23 16:35:21 2024 +0100 +++ b/teal-src/prosody/util/strbitop.d.tl Fri Feb 23 16:38:05 2024 +0100 @@ -2,5 +2,6 @@ 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