mirror of https://github.com/OpenVPN/openvpn-gui
service.h:26:1: error: unknown type name ‘bool’
bool CheckIServiceStatus(); ^pull/25/head
parent
9b2c68fe27
commit
4d70195378
|
@ -19,6 +19,8 @@
|
||||||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
int MyStartService();
|
int MyStartService();
|
||||||
int MyStopService();
|
int MyStopService();
|
||||||
int MyReStartService();
|
int MyReStartService();
|
||||||
|
|
Loading…
Reference in New Issue