Merge branch 'collectd-5.5'
[collectd.git] / src / processes.c
index aca2369..8e2443b 100644 (file)
@@ -1001,7 +1001,7 @@ static procstat_t *ps_read_io (long pid, procstat_t *ps)
        return (ps);
 } /* procstat_t *ps_read_io */
 
-int ps_read_process (long pid, procstat_t *ps, char *state)
+static int ps_read_process (long pid, procstat_t *ps, char *state)
 {
        char  filename[64];
        char  buffer[1024];