summaryrefslogtreecommitdiff
path: root/src/core/stdclist/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdclist/src/stdafx.h')
-rw-r--r--src/core/stdclist/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdclist/src/stdafx.h b/src/core/stdclist/src/stdafx.h
index f734181b6c..6e74d8398a 100644
--- a/src/core/stdclist/src/stdafx.h
+++ b/src/core/stdclist/src/stdafx.h
@@ -65,6 +65,6 @@ struct CMPlugin : public PLUGIN<CMPlugin>
// shared vars
extern CLIST_INTERFACE coreCli;
-extern int g_bSortByStatus, g_bSortByProto;
+extern bool g_bSortByStatus, g_bSortByProto, g_bNoOfflineBottom;
void LoadClcOptions(HWND hwnd, struct ClcData *dat, BOOL bFirst);