From: erg Date: Fri, 9 Nov 2007 18:09:18 +0000 (+0000) Subject: Add parameter names to agcopyattr to help reader X-Git-Tag: LAST_LIBGRAPH~32^2~5045 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bca1523c044a402161589d9ef4df675b23dfb85;p=graphviz Add parameter names to agcopyattr to help reader --- diff --git a/lib/cgraph/cgraph.h b/lib/cgraph/cgraph.h index b4cb35916..656a16d31 100644 --- a/lib/cgraph/cgraph.h +++ b/lib/cgraph/cgraph.h @@ -329,7 +329,7 @@ struct Agdatadict_s { /* set of dictionaries per graph */ extern Agsym_t *agattr(Agraph_t * g, int kind, char *name, char *value); extern Agsym_t *agattrsym(void *obj, char *name); extern Agsym_t *agnxtattr(Agraph_t * g, int kind, Agsym_t * attr); -extern int agcopyattr(void *, void *); +extern int agcopyattr(void *old, void *new); extern void *agbindrec(void *obj, char *name, unsigned int size, int move_to_front);