blob: bf59999832d31f2f6c441d56d58d080ec6dd752c [file] [log] [blame]
/* For copyright information, see olden_v1.0/COPYRIGHT */
/* make_graph.h
*
* By: Martin C. Carlisle
* Date: Feb 23, 1994
*
*/
/* initialize graph returns a structure with pointers to lists of e and h
* nodes.
*/
graph_t *initialize_graph();