Browse Source

Merge trunk revision 2480:
r2480 | sdake | 2009-09-24 23:06:31 -0700 (Thu, 24 Sep 2009) | 2 lines

make main_service_ready function static.



git-svn-id: http://svn.fedorahosted.org/svn/corosync/branches/flatiron@2502 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 16 years ago
parent
commit
1d80458a5c
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;
 	/*
 	/*