diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-19 21:22:14 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-19 21:22:14 +0200 |
commit | 30114ac62a2411e0a0722e33ec64610179509d15 (patch) | |
tree | cf8b6f7c7a3255a14025c4fada2aa6321cccf665 /src/jo_n_notify.h | |
parent | Bug fix (diff) | |
download | lowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.tar.gz lowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.tar.bz2 lowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.tar.xz lowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.tar.zst lowbat-bsd-30114ac62a2411e0a0722e33ec64610179509d15.zip |
Removed C main, new main is now in asm
Diffstat (limited to 'src/jo_n_notify.h')
-rw-r--r-- | src/jo_n_notify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jo_n_notify.h b/src/jo_n_notify.h index 0bf7ca1..a72395a 100644 --- a/src/jo_n_notify.h +++ b/src/jo_n_notify.h @@ -17,6 +17,8 @@ #include <stddef.h> #include <stdint.h> +#define JO_LOWBAT "lowbat" + void jo_n_notify( const char[], const char[], |