This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - rgmanager: Change ccs_read_old_logging to static


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f280dd4f3ce767dd70db041150905a6b6d021316
Commit:        f280dd4f3ce767dd70db041150905a6b6d021316
Parent:        92204d657fb3331af2f88cecb87b114d5c03cc55
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Fri May 29 10:10:45 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Mon Jun 22 09:32:01 2009 -0400

rgmanager: Change ccs_read_old_logging to static

Fixes build warning.

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 rgmanager/src/clulib/logging.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/clulib/logging.c b/rgmanager/src/clulib/logging.c
index 04f06c2..51c28b9 100644
--- a/rgmanager/src/clulib/logging.c
+++ b/rgmanager/src/clulib/logging.c
@@ -47,7 +47,7 @@ init_logging(char *name, int foreground, int default_prio)
 }
 
 
-int
+static int
 ccs_read_old_logging(int ccsfd, int *facility, int *priority)
 {
 	char query[256];


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]