aboutsummaryrefslogtreecommitdiffstats
path: root/inc/jo_lowbat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/jo_lowbat.hpp')
-rw-r--r--inc/jo_lowbat.hpp4
1 files changed, 2 insertions, 2 deletions
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