From 844a19f9bfe01286ca9974aff0e6d38693e05877 Mon Sep 17 00:00:00 2001 From: pk33 Date: Sun, 3 Nov 2024 12:07:55 +0100 Subject: cleanup code & term handlers --- include/system.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/system.h') 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__ **/ -- cgit v1.2.3