summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorMatthew DeVore <matvore@google.com>2020-08-07 11:27:53 -0700
committerJeremy Allison <jra@samba.org>2020-08-28 00:56:34 +0000
commitd485f369e92b5eb5c6482989c397a4eec29cd824 (patch)
tree4e60ca29916e0c89be1a3ba1e8ca7d2d1093a498 /source3/winbindd
parent87bf6aa7168a6e44d52d91fb804b210a5fadbce6 (diff)
downloadsamba-d485f369e92b5eb5c6482989c397a4eec29cd824.tar.gz
lib/util: do not make string_wrappers.h public
string_wrappers.h is a collection of macros. All but one of the macros rely on symbols not defined in public headers, so it is not useful as a public header. For instance, fstring is defined in includes.h. PTR_DIFF is defined in lib/util/memory.h, which is not public. checked_strlcpy is actually self-contained and is usable outside of a Samba build, but without a Samba config.h, it is just aliased to strlcpy. Signed-off-by: Matthew DeVore <matvore@google.com> Reviewed-by: David Mulder <dmulder@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd')
0 files changed, 0 insertions, 0 deletions