aboutsummaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
authorpk33 <pk33@email.com>2024-11-03 12:07:55 +0100
committerpk33 <pk33@email.com>2024-11-03 12:07:55 +0100
commit844a19f9bfe01286ca9974aff0e6d38693e05877 (patch)
treebeca8efb8300fe3b6c78e9da26560cf674b57595 /include/system.h
parent23ab6c4e6483159b77af8b4edf95113887a300d7 (diff)
downloadengine33-844a19f9bfe01286ca9974aff0e6d38693e05877.tar.gz
cleanup code & term handlers
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/system.h b/include/system.h
index b97daff..68cbac9 100644
--- a/include/system.h
+++ b/include/system.h
@@ -18,7 +18,9 @@
err e33_ioctl( Size fd, unsigned long req, void *arg );
-boolean strcomp( String s1, String s2 );
+boolean e33_strcmp( String s1, String s2 );
+err e33_has_signal(Size signo);
+err e33_set_signal(Size signo, void(*sig_handler)(int));
#endif /** __SYSTEM_H__ **/