summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2008-03-05 18:38:42 +0100
committerpancake <pancake@dazo>2008-03-05 18:38:42 +0100
commit2ddb2923c68d023f9733fb82bb8d28140ea5b695 (patch)
tree706162ce4107ec1444870ad4945a9e6d5a0cde91 /src/main.h
parent32a59f4279e1d72abc2b60f08d6e32e2a0b32478 (diff)
download0xFFFF-2ddb2923c68d023f9733fb82bb8d28140ea5b695.tar.bz2
* Initial import of the GtkAML gui frontend - Mostly implemented in just one night :)
* Import the squeue c and vapi sources * Make 0xFFFF run as squeue daemon with -Q flag * Up to 0.4
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 541b4fa..38440b5 100644
--- a/src/main.h
+++ b/src/main.h
@@ -4,6 +4,7 @@
#include "hash.h"
#include "nolo.h"
+#include "os.h"
#define _FILE_OFFSET_BITS 64
#define _GNU_SOURCE
@@ -11,6 +12,7 @@
// Forward declaration for use in function arguments.
struct devices;
+int queue_mode();
int reverse_extract_pieces(char *dir);
void flash_image(char *filename, char *piece, char *version);
int fiasco_read_image(char *file);