From d64280d6f8f3064fffd834f374900f0bfb735ac7 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 29 Oct 2011 19:28:30 +0300 Subject: fix a few maemo issues g_opts clash, file_name, maemo_init and in_keystate --- maemo/maemo_common.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 maemo/maemo_common.h (limited to 'maemo/maemo_common.h') diff --git a/maemo/maemo_common.h b/maemo/maemo_common.h new file mode 100644 index 0000000..757b6f6 --- /dev/null +++ b/maemo/maemo_common.h @@ -0,0 +1,4 @@ +void maemo_init(int *argc, char ***argv); + +extern char file_name[MAXPATHLEN]; +extern int g_maemo_opts; -- cgit v1.2.3