Initial commit

This commit is contained in:
2021-05-15 15:52:00 +02:00
commit 44fed4e167
95 changed files with 53173 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef _GRAPHS_H
#define _GRAPHS_H
extern int month_graph6(char *, char *, int, int, u_int64_t *,
u_int64_t *, u_int64_t *, double *, u_int64_t *, u_int64_t *);
extern int year_graph6x(char *, char *, struct hist_rec *);
extern int day_graph3(char *, char *, u_int64_t *, u_int64_t *, u_int64_t *);
extern int pie_chart(char *, char *, u_int64_t, u_int64_t *, char **);
#endif /* _GRAPHS_H */