]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Prefix two non-static libmemstat(3) internal functions with '_' symbols, to
authorRobert Watson <rwatson@FreeBSD.org>
Sat, 23 Jul 2005 21:17:15 +0000 (21:17 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Sat, 23 Jul 2005 21:17:15 +0000 (21:17 +0000)
commitddefbc898abc7b7d6a0338e6291075037090c64b
tree0102be81724a1f54a8c13019736a2b01cc0cdbfb
parent8a1ae47f87adb463c14d607f3270315f7631a5c9
Prefix two non-static libmemstat(3) internal functions with '_' symbols, to
try and discourage use outside the library.

Remove duplicate declaration of memstat_mtl_free() from memstat_internal.h,
as it's not internal, and the memstat.h definition suffices.
lib/libmemstat/memstat.c
lib/libmemstat/memstat_internal.h
lib/libmemstat/memstat_malloc.c
lib/libmemstat/memstat_uma.c