summaryrefslogtreecommitdiff
path: root/amiga/libs.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-08 19:25:53 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-09 00:06:55 +0000
commit3c1aeebb1e0b50793831969d69656914e05f9a80 (patch)
tree831edb260948e98b52a33f2d342d9b476cd358c7 /amiga/libs.h
parent9601ddacaddfd233c630283adb0eba05ccfbe1da (diff)
downloadnetsurf-3c1aeebb1e0b50793831969d69656914e05f9a80.tar.gz
netsurf-3c1aeebb1e0b50793831969d69656914e05f9a80.tar.bz2
Fix headers
Diffstat (limited to 'amiga/libs.h')
-rw-r--r--amiga/libs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/amiga/libs.h b/amiga/libs.h
index 14cb9fd1e..a95efce05 100644
--- a/amiga/libs.h
+++ b/amiga/libs.h
@@ -18,10 +18,10 @@
#ifndef AMIGA_LIBS_H
-struct Library *KeymapBase = NULL;
-struct KeymapIFace *IKeymap = NULL;
-struct Library *ApplicationBase = NULL;
-struct ApplicationIFace *IApplication = NULL;
+struct Library *KeymapBase;
+struct KeymapIFace *IKeymap;
+struct Library *ApplicationBase;
+struct ApplicationIFace *IApplication;
void ami_libs_open(void);
void ami_libs_close(void);