Merge pull request #38 from EagleErwin/master

Changed typo in include guard.
pull/41/head
Selva Nair 2016-04-21 00:03:34 -04:00
commit 10a1bfda5d
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 *);