diff options
Diffstat (limited to 'src/democustom.h')
-rw-r--r-- | src/democustom.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/democustom.h b/src/democustom.h index 9f9bbe9..a0a28b8 100644 --- a/src/democustom.h +++ b/src/democustom.h @@ -17,8 +17,6 @@ #ifndef INC_DEMOCUSTOM_H #define INC_DEMOCUSTOM_H -#include <stdbool.h> - /* maximum length of a custom demo message, in bytes */ #define DEMOCUSTOM_MSG_MAX 253 @@ -28,8 +26,6 @@ */ void democustom_write(const void *buf, int len); -bool democustom_init(void); - #endif // vi: sw=4 ts=4 noet tw=80 cc=80 |