]> granicus.if.org Git - graphviz/commitdiff
change function declaration to match header
authorellson <devnull@localhost>
Thu, 11 May 2006 21:42:42 +0000 (21:42 +0000)
committerellson <devnull@localhost>
Thu, 11 May 2006 21:42:42 +0000 (21:42 +0000)
lib/common/arrows.c

index b8755a4f3507c8bc352dd173a90adc4981edb491..12486d0d00a573fba8c0d6c61401cc4a625f38cb 100644 (file)
@@ -167,7 +167,7 @@ static void arrow_match_name(char *name, int *flag)
     *flag = f1 | (f2 << 16);
 }
 
-void arrow_flags(edge_t * e, int *sflag, int *eflag)
+void arrow_flags(Agedge_t * e, int *sflag, int *eflag)
 {
     char *attr;
     arrowdir_t *arrowdir;