aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-12-04 00:02:42 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-12-04 00:02:42 +0100
commit3b994f54899e526fa9e86121ce9efb6ca299d629 (patch)
treec2b69c1cdec49b081e3c2b390ec3366e8e9c8661 /inc
parentBetter include (diff)
downloadlowbat-gnu-3b994f54899e526fa9e86121ce9efb6ca299d629.tar.gz
lowbat-gnu-3b994f54899e526fa9e86121ce9efb6ca299d629.tar.bz2
lowbat-gnu-3b994f54899e526fa9e86121ce9efb6ca299d629.tar.xz
lowbat-gnu-3b994f54899e526fa9e86121ce9efb6ca299d629.tar.zst
lowbat-gnu-3b994f54899e526fa9e86121ce9efb6ca299d629.zip
.gitignore C++ update, doing some debug
Diffstat (limited to 'inc')
-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