diff -r b5bb7b3cd597 -r fbdfaacc4182 ucx/cx/string.h --- a/ucx/cx/string.h Mon Jan 22 17:27:47 2024 +0100 +++ b/ucx/cx/string.h Sat Jan 27 17:50:19 2024 +0100 @@ -30,7 +30,6 @@ * \brief Strings that know their length. * \author Mike Becker * \author Olaf Wintermann - * \version 3.0 * \copyright 2-Clause BSD License */ @@ -41,6 +40,11 @@ #include "allocator.h" /** + * The maximum length of the "needle" in cx_strstr() that can use SBO. + */ +extern unsigned const cx_strstr_sbo_size; + +/** * The UCX string structure. */ struct cx_mutstr_s {