aboutsummaryrefslogtreecommitdiffstats
path: root/include/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/structs.h')
-rw-r--r--include/structs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/structs.h b/include/structs.h
index 7c39b4d..1d15084 100644
--- a/include/structs.h
+++ b/include/structs.h
@@ -30,4 +30,9 @@ struct tree_item {
struct tree_item * next;
};
+struct online_return {
+ struct front_item * front;
+ struct tree_item * tree;
+};
+
#endif