summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 48470bb..3e93b64 100644
--- a/flash.c
+++ b/flash.c
@@ -44,6 +44,7 @@ typedef struct {
int numbytes;
} userflashjob;
+static void initFlashValues(FlashStruct *mem);
static bool alive = true;
static GMutex writermutex;