share/collection.conf: Add graphs for "fork_rate", "if_errors" and "users".
[collection4.git] / src / action_graph.h
1 #ifndef ACTION_GRAPH_H
2 #define ACTION_GRAPH_H 1
3
4 int action_graph (void);
5
6 #endif /* ACTION_GRAPH_H */
7 /* vim: set sw=2 sts=2 et fdm=marker : */