]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
openvpnmsica: remove unused declarations
authorLev Stipakov <lev@openvpn.net>
Tue, 24 Jan 2023 09:14:41 +0000 (11:14 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 24 Jan 2023 10:49:20 +0000 (11:49 +0100)
That code has been moved to MSM by commit 640c4d82
("openvpnmsica: remove dco installer custom actions")

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20230124091441.397-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26070.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpnmsica/openvpnmsica.h

index 64f737336b3d760393d017088984b4b80a31d165..05889cc8faa21e1788c3d14540155a6720d2d2f0 100644 (file)
@@ -151,32 +151,6 @@ DLLEXP_DECL UINT __stdcall
 ProcessDeferredAction(_In_ MSIHANDLE hInstall);
 
 
-/**
- * Check what operation shall be performed on ovpn-dco driver
- * and set data value (path to inf and user temp dir) for ProcessDriver action.
- *
- * @param hInstall      Handle to the installation provided to the DLL custom action
- *
- * @return ERROR_SUCCESS on success; An error code otherwise
- *         See: https://msdn.microsoft.com/en-us/library/windows/desktop/aa368072.aspx
- */
-DLLEXP_DECL UINT __stdcall
-EvaluateDriver(_In_ MSIHANDLE hInstall);
-
-
-/**
- * Install or uninstall ovpn-dco driver, removing all adapters using that driver.
- * If reboot is required, creates reboot indication file in user's temp directory
- *
- * @param hInstall      Handle to the installation provided to the DLL custom action
- *
- * @return ERROR_SUCCESS on success; An error code otherwise
- *         See: https://msdn.microsoft.com/en-us/library/windows/desktop/aa368072.aspx
- */
-DLLEXP_DECL UINT __stdcall
-ProcessDriver(_In_ MSIHANDLE hInstall);
-
-
 /**
  * Schedule reboot after installation if reboot
  * indication file is found in user's temp directory