summaryrefslogtreecommitdiff
path: root/staging/llist.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/llist.c')
-rw-r--r--staging/llist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/staging/llist.c b/staging/llist.c
index d729e46..9ef2d1a 100644
--- a/staging/llist.c
+++ b/staging/llist.c
@@ -40,6 +40,8 @@
*
*/
+struct mz_ll *packet_sequences;
+struct mz_ll *cli_seq; // currently edited packet sequence used by CLI
// Create new list element - may be the first one (list==NULL)
//