From 7ac1c709b727bd460889f2765db9e2a37535ef90 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 18 Aug 2020 17:41:49 +1000 Subject: Re-generate all headers with latest scripts/MakeHeader.py Sync-up missing extern declarations for many functions. --- OpenFilesScreen.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenFilesScreen.h') 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 -- cgit v1.2.3