summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-07-25 01:59:25 +0200
committerLouis Burda <quent.burda@gmail.com>2023-07-25 01:59:25 +0200
commite32b439cfe7ca72098b2ebe9e1e93f97b7c10ada (patch)
tree3b7f06a2f897dd786b5ff2d01fa13d57057d33da /util.h
parent40d8eb449ed072b47bfbe953a191708f761c53a0 (diff)
downloadtis100-e32b439cfe7ca72098b2ebe9e1e93f97b7c10ada.tar.gz
tis100-e32b439cfe7ca72098b2ebe9e1e93f97b7c10ada.zip
Add inotify-based interactive file reload and fix asm parsing
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 37e0795..5007b38 100644
--- a/util.h
+++ b/util.h
@@ -14,4 +14,4 @@ size_t strdcpy(char *dst, const char *src, size_t n);
size_t strdcat(char *dst, const char *src, size_t n);
extern const char *progname;
-extern void (*cleanup)(void);
+extern int (*cleanup)(void);