Make sighandler() static - sacc - sacc(omys), simple console gopher client
HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR LICENSE
---
DIR commit aa35a9899f7ce8e67a4801ff131d0cf96f7dc37c
DIR parent 031f781dfa1e657a9c9eb6677d78de4d82c455b1
HTML Author: Quentin Rameau <quinq@fifth.space>
Date: Sat, 10 Apr 2021 18:06:10 +0200
Make sighandler() static
Diffstat:
M sacc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/sacc.c b/sacc.c
@@ -978,7 +978,7 @@ cleanup(void)
uicleanup();
}
-void
+static void
sighandler(int signo)
{
exit(128 + signo);