summaryrefslogtreecommitdiffhomepage
path: root/src/democustom.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-07-31 16:02:10 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-08-10 22:40:52 +0100
commit5e921bf59373d79d27c322ff86e8b5a37b151e45 (patch)
tree4d40e39543b085ce4c8cb9b1a7b3c0108de680c0 /src/democustom.h
parentc8d7588251fd4fe63ac6afe2a90ca7066c786609 (diff)
Add magical feature codegen system, at long last
Diffstat (limited to 'src/democustom.h')
-rw-r--r--src/democustom.h4
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