graph_list: Add basic configuration infrastructure.
[collection4.git] / graph_list.h
index 517b1b4..3669e02 100644 (file)
@@ -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;