Autotoolization.
[collection4.git] / src / action_graph.h
diff --git a/src/action_graph.h b/src/action_graph.h
new file mode 100644 (file)
index 0000000..712f398
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef ACTION_GRAPH_H
+#define ACTION_GRAPH_H 1
+
+int action_graph (void);
+
+#endif /* ACTION_GRAPH_H */
+/* vim: set sw=2 sts=2 et fdm=marker : */