diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-02-10 17:39:59 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-02-10 17:39:59 +0100 |
commit | a0983938dd66c3ff67bc87279ebe05f14bc692f2 (patch) | |
tree | 7560e44b2a71214dbe18b2bdf46d6d24f3afd6e3 /src | |
parent | Rewriting (diff) | |
download | lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.tar.gz lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.tar.bz2 lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.tar.xz lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.tar.zst lowbat-bsd-a0983938dd66c3ff67bc87279ebe05f14bc692f2.zip |
Translating, added rc script
Diffstat (limited to 'src')
-rw-r--r-- | src/n_notify.c | 2 | ||||
-rw-r--r-- | src/n_speak.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/n_notify.c b/src/n_notify.c index 3798986..f88f6b5 100644 --- a/src/n_notify.c +++ b/src/n_notify.c @@ -10,7 +10,7 @@ /* */ /****************************************************************************************/ -#include <jo_n_notify.h> +#include "n_notify.h" void n_notify diff --git a/src/n_speak.c b/src/n_speak.c index a1266c7..53bcdd0 100644 --- a/src/n_speak.c +++ b/src/n_speak.c @@ -10,7 +10,7 @@ /* */ /****************************************************************************************/ -#include <jo_n_speak.h> +#include "n_speak.h" void n_speak(const char *msg) |