From 3b994f54899e526fa9e86121ce9efb6ca299d629 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 4 Dec 2019 00:02:42 +0100 Subject: .gitignore C++ update, doing some debug --- inc/jo_lowbat.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/jo_lowbat.hpp') diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp index dc63275..9d9dfe8 100644 --- a/inc/jo_lowbat.hpp +++ b/inc/jo_lowbat.hpp @@ -15,8 +15,8 @@ using namespace std; using namespace this_thread; using namespace chrono; -void jo_notify(const string); -void jo_speak (const string); +int jo_notify(const string); +int jo_speak (const string); string jo_exec (const char*); #endif -- cgit v1.2.3