diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 00:02:42 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 00:02:42 +0100 |
commit | 3b994f54899e526fa9e86121ce9efb6ca299d629 (patch) | |
tree | c2b69c1cdec49b081e3c2b390ec3366e8e9c8661 /inc | |
parent | Better include (diff) | |
download | lowbat-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.hpp | 4 |
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 |