solenv/bin/concat-deps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9db717d063ae60a56e2304e5bf53ae62652e3f97 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Apr 2 17:41:52 2014 +0200 Internal linkage Change-Id: Id329745fa1988003b4771c6b7d75f2db0930184c diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c index a64723f..439deb9 100644 --- a/solenv/bin/concat-deps.c +++ b/solenv/bin/concat-deps.c @@ -187,7 +187,7 @@ void* data = NULL; * this is a simplified implementation that * is _not_ thread safe. */ -struct pool* pool_create(int size_elem, int primary, int secondary) +static struct pool* pool_create(int size_elem, int primary, int secondary) { struct pool* pool; @@ -210,7 +210,7 @@ struct pool* pool; } -void pool_destroy(struct pool* pool) +static void pool_destroy(struct pool* pool) { void* extent; void* next; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits