summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenFilesScreen.h')
-rw-r--r--OpenFilesScreen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenFilesScreen.h b/OpenFilesScreen.h
index 8160cfe2..39c71d5b 100644
--- a/OpenFilesScreen.h
+++ b/OpenFilesScreen.h
@@ -34,12 +34,12 @@ typedef struct OpenFilesScreen_ {
extern InfoScreenClass OpenFilesScreen_class;
-OpenFilesScreen* OpenFilesScreen_new(Process* process);
+extern OpenFilesScreen* OpenFilesScreen_new(Process* process);
-void OpenFilesScreen_delete(Object* this);
+extern void OpenFilesScreen_delete(Object* this);
-void OpenFilesScreen_draw(InfoScreen* this);
+extern void OpenFilesScreen_draw(InfoScreen* this);
-void OpenFilesScreen_scan(InfoScreen* this);
+extern void OpenFilesScreen_scan(InfoScreen* this);
#endif