From ab440290c6fd84ca1c9b7240ac9c90147d4660eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 23 Jan 2023 01:05:37 +0100 Subject: Add Show In Explorer context menu item. --- c/ext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/ext.h') diff --git a/c/ext.h b/c/ext.h index 5925206..c1e477b 100644 --- a/c/ext.h +++ b/c/ext.h @@ -6,5 +6,6 @@ bool OpenOnline(const CfgA& cfg, int iEp); bool OpenWiki(const DlvDataA& d); bool OpenLocally(CfgA& cfg, const ElvDataA& e); +bool ShowInExplorer(CfgA& cfg, const ElvDataA& e); #endif -- cgit v1.2.3