aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/makeGraph.H1
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/include/makeGraph.H1')
-rwxr-xr-xsrc/graph/include/makeGraph.H17
1 files changed, 7 insertions, 0 deletions
diff --git a/src/graph/include/makeGraph.H1 b/src/graph/include/makeGraph.H1
new file mode 100755
index 00000000..419d2408
--- /dev/null
+++ b/src/graph/include/makeGraph.H1
@@ -0,0 +1,7 @@
+#ifdef _NO_PROTO
+extern graphStruct * makeGraphFromSpadData();
+extern void discardGraph();
+#else
+extern graphStruct * makeGraphFromSpadData(void);
+extern void discardGraph(graphStruct * theGraph);
+#endif