From df1c7736ca637ec2a902e1fb677e6098573fe5a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1=D1?=
 =?UTF-8?q?=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= <lrn1986@gmail.com>
Date: Fri, 30 Sep 2011 22:31:11 +0400
Subject: [PATCH 2/5] Make process_definition() static

---
 src/util/common_logging.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 4eb67aa..cb63f2f 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -164,7 +164,7 @@ get_type (const char *log)
   return GNUNET_ERROR_TYPE_INVALID;
 }
 
-void
+static void
 process_definition (char *name, const char *comp, int blevel, int tlevel, int *bot, int *top)
 {
   if (name[0] != '*' && strcmp (name, comp) != 0)
-- 
1.7.4

