struct graph_instance_s;
typedef struct graph_instance_s graph_instance_t;
-struct graph_instance_s
+struct graph_instance_s /* {{{ */
{
graph_ident_t select;
size_t files_num;
graph_instance_t *next;
-};
+}; /* }}} struct graph_instance_s */
struct graph_config_s;
typedef struct graph_config_s graph_config_t;
-struct graph_config_s
+struct graph_config_s /* {{{ */
{
graph_ident_t select;
graph_instance_t *instances;
graph_config_t *next;
-};
+}; /* }}} struct graph_config_s */
/*
* Global variables