summaryrefslogtreecommitdiff
path: root/amiga/launch.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-09 19:53:24 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-09 19:53:24 +0000
commit855799297902ee1b63c07839fdcd0ebbfb88b8cd (patch)
treecac8eabd8ab1a8d57bfd79a0c8e13f2305a5b593 /amiga/launch.h
parent53482c68cf022df145bc0af0ad86d55501e06342 (diff)
downloadnetsurf-855799297902ee1b63c07839fdcd0ebbfb88b8cd.tar.gz
netsurf-855799297902ee1b63c07839fdcd0ebbfb88b8cd.tar.bz2
Fix warnings
Diffstat (limited to 'amiga/launch.h')
-rwxr-xr-xamiga/launch.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/amiga/launch.h b/amiga/launch.h
index cab638b1d..e2b355065 100755
--- a/amiga/launch.h
+++ b/amiga/launch.h
@@ -20,8 +20,10 @@
* Fetching of data from a URL (Registration).
*/
-#ifndef AMIGA_FETCH_MAILTO_H
-#define AMIGA_FETCH_MAILTO_H
+#ifndef AMIGA_LAUNCH_H
+#define AMIGA_LAUNCH_H
+#include "utils/errors.h"
+struct nsurl;
void ami_openurl_open(void);
void ami_openurl_close(void);