Browse Source

make main_service_ready function static.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2480 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 16 years ago
parent
commit
6ad014a315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exec/main.c

+ 1 - 1
exec/main.c

@@ -734,7 +734,7 @@ static void corosync_setscheduler (void)
 #endif
 #endif
 }
 }
 
 
-void main_service_ready (void)
+static void main_service_ready (void)
 {
 {
 	int res;
 	int res;
 	/*
 	/*