From 4bca1523c044a402161589d9ef4df675b23dfb85 Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 9 Nov 2007 18:09:18 +0000 Subject: [PATCH] Add parameter names to agcopyattr to help reader --- lib/cgraph/cgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0