[Libreoffice-commits] core.git: solenv/bin

Stephan Bergmann sbergman at redhat.com
Wed Apr 2 08:43:10 PDT 2014


 solenv/bin/concat-deps.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9db717d063ae60a56e2304e5bf53ae62652e3f97
Author: Stephan Bergmann <sbergman at 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;


More information about the Libreoffice-commits mailing list