Changed typo in include guard.

pull/38/head
Erwin Bronkhorst 2016-04-20 00:25:32 +02:00
parent 72818bbf8e
commit 267569888a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef OEPNVPN_H
#ifndef OPENVPN_H
#define OPENVPN_H
BOOL StartOpenVPN(connection_t *);