"show graph" action: Add page showing one instance of a graph.
[collection4.git] / src / action_show_graph.h
1 #ifndef ACTION_SHOW_GRAPH_H
2 #define ACTION_SHOW_GRAPH_H 1
3
4 int action_show_graph (void);
5
6 #endif /* ACTION_SHOW_GRAPH_H */
7 /* vim: set sw=2 sts=2 et fdm=marker : */