summaryrefslogtreecommitdiff
path: root/staging/mops.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/mops.c')
-rw-r--r--staging/mops.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/staging/mops.c b/staging/mops.c
index 599d317..fc00e29 100644
--- a/staging/mops.c
+++ b/staging/mops.c
@@ -46,8 +46,11 @@
#include "mz.h"
#include "mops.h"
+unsigned int min_frame_s;
+unsigned int max_frame_s;
-
+struct automops * amp_head;
+struct mops *mp_head; // This global will point to the head of the mops list
// Creates first element, aka "head" element
// This element can also be used! See mops_alloc_packet!