X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=graph_def.h;h=a4bb7fde579b6844f3b691894de4d628f072abe3;hb=de9239ac3e16e12503eae5ddbfcdaae27f262081;hp=b2cd2282c50a909d44aec56bb06cf9cf9fa2c8d3;hpb=f61054f1c4bdda9cdb8fed14add70bcfe4132349;p=collection4.git diff --git a/graph_def.h b/graph_def.h index b2cd228..a4bb7fd 100644 --- a/graph_def.h +++ b/graph_def.h @@ -1,14 +1,7 @@ #ifndef GRAPH_DEF_H #define GRAPH_DEF_H 1 -struct graph_def_s; -typedef struct graph_def_s graph_def_t; - -typedef int (*def_callback_t) (graph_def_t *def, - void *user_data); - -#include "graph.h" -#include "graph_ident.h" +#include "graph_types.h" #include "utils_array.h" #include "oconfig.h"