diff options
Diffstat (limited to 'src/graph/include/makeGraph.H1')
-rwxr-xr-x | src/graph/include/makeGraph.H1 | 7 |
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 |