chiark / gitweb /
sd-device: initialize variable
[elogind.git] / src / bootchart / svg.h
index df3a7bf8efd3097003ef49c3167e3a0f265e176d..75efa226149eeab90b703661381b9847fcb9992b 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-void svg_do(const char *build);
+int svg_do(FILE *of,
+           const char *build,
+           struct list_sample_data *head,
+           struct ps_struct *ps_first,
+           int n_samples,
+           int pscount,
+           int n_cpus,
+           double graph_start,
+           double log_start,
+           double interval,
+           int overrun);