diff options
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r-- | plugins/TopToolBar/common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h index 04e3474c47..4e4c31f393 100644 --- a/plugins/TopToolBar/common.h +++ b/plugins/TopToolBar/common.h @@ -109,7 +109,10 @@ extern LIST<void> arHooks, arServices; extern HBITMAP hBmpBackground, hBmpSeparator;
extern int BUTTWIDTH, BUTTHEIGHT, BUTTGAP;
-int OptionsPageRebuild();
+void AddToOptions(TopButtonInt* b);
+void RemoveFromOptions(int id);
+
+//int OptionsPageRebuild();
void lockbut();
void ulockbut();
|