This function is not used outside of lib/common/utils.c and utils.h is not a
shipped header.
/* edgeType:
* Convert string to edge type.
*/
-int edgeType (char* s, int dflt)
+static int edgeType (char* s, int dflt)
{
if (s == NULL || strcmp(s, "") == 0) {
return dflt;
extern Agsym_t *setAttr(graph_t*, void*, char*name, char *value, Agsym_t*);
extern void setEdgeType (graph_t* g, int dflt);
- extern int edgeType (char* s, int dflt);
extern int is_a_cluster (Agraph_t* g);
/* from postproc.c */
E_visitedfillcolor
E_visitedpencolor
E_weight
-edgeType
elapsed_sec
emit_clusters
emit_graph