summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-18 17:41:49 +1000
committerNathan Scott <nathans@redhat.com>2020-08-18 17:41:49 +1000
commit7ac1c709b727bd460889f2765db9e2a37535ef90 (patch)
tree02a76cefab54370e77dbeb9888f5f223d7515eb0 /CategoriesPanel.h
parent579995c7c2385b844d81b2508710dcbbe9b0d64f (diff)
Re-generate all headers with latest scripts/MakeHeader.py
Sync-up missing extern declarations for many functions.
Diffstat (limited to 'CategoriesPanel.h')
-rw-r--r--CategoriesPanel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CategoriesPanel.h b/CategoriesPanel.h
index ccef0fae..44c6842a 100644
--- a/CategoriesPanel.h
+++ b/CategoriesPanel.h
@@ -24,10 +24,10 @@ typedef struct CategoriesPanel_ {
} CategoriesPanel;
-void CategoriesPanel_makeMetersPage(CategoriesPanel* this);
+extern void CategoriesPanel_makeMetersPage(CategoriesPanel* this);
extern PanelClass CategoriesPanel_class;
-CategoriesPanel* CategoriesPanel_new(ScreenManager* scr, Settings* settings, Header* header, ProcessList* pl);
+extern CategoriesPanel* CategoriesPanel_new(ScreenManager* scr, Settings* settings, Header* header, ProcessList* pl);
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy