X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=graph_list.h;h=3669e026b468cafd478d09db5db9111a23bd1e72;hb=052657ddb5a25bf53e3ad4a0a5ec3c3afd48ec8c;hp=517b1b4c67252d507a646f4abcb0945ce208016f;hpb=42951ae87738d2d359952459cae55237e6526ee1;p=collection4.git diff --git a/graph_list.h b/graph_list.h index 517b1b4..3669e02 100644 --- a/graph_list.h +++ b/graph_list.h @@ -1,6 +1,9 @@ #ifndef GRAPH_LIST_H #define GRAPH_LIST_H 1 +struct graph_ident_s; +typedef struct graph_ident_s graph_ident_t; + struct graph_list_s { char *host;