]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Declare Windows version of openvpn_execve() before use
authorSelva Nair <selva.nair@gmail.com>
Thu, 25 Oct 2018 03:05:16 +0000 (23:05 -0400)
committerGert Doering <gert@greenie.muc.de>
Sun, 28 Oct 2018 16:09:45 +0000 (17:09 +0100)
commit253f015558d3ce3c74a4806748c8d4fcab96fb5e
treee95a52c8801f0207ad2d2744055711187c323dc3
parentff931c5e99a808e762bc0203d70f19bf3767e216
Declare Windows version of openvpn_execve() before use

commit bf97c00f7dba441b504881f38e40afcbb610a39f moved
the generic openvpn_execve() to run_command.c and made it static.
But the Windows version is still in win32.c and is called from
run_command.c

Fix by declaring the function in win32.h

Signed-off-by: Selva Nair <selva.nair@gmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1540436716-5725-1-git-send-email-selva.nair@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17825.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/win32.h