collectd.c: mark notify_upstart as static
[collectd.git] / src / daemon / collectd.c
index ad06999..21bf23f 100644 (file)
@@ -423,7 +423,7 @@ static int pidfile_remove (void)
 #endif /* COLLECT_DAEMON */
 
 #ifdef KERNEL_LINUX
-int notify_upstart (void)
+static int notify_upstart (void)
 {
     const char  *upstart_job = getenv("UPSTART_JOB");