]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorarif <devnull@localhost>
Tue, 14 Oct 2008 23:16:42 +0000 (23:16 +0000)
committerarif <devnull@localhost>
Tue, 14 Oct 2008 23:16:42 +0000 (23:16 +0000)
cmd/smyrna/gui/beacon.h [new file with mode: 0644]

diff --git a/cmd/smyrna/gui/beacon.h b/cmd/smyrna/gui/beacon.h
new file mode 100644 (file)
index 0000000..9d3d86e
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef BEACON_H
+#define BEACON_H
+#include "smyrnadefs.h"
+
+int pick_node(topview_node * n);
+int is_node_picked(topview_node * n);
+int remove_from_pick_list(topview_node * n);
+int add_to_pick_list(topview_node * n);
+int draw_node_hint_boxes();
+
+#endif