From 43f4ffffb830fef2d75197bfa238148742b665d1 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 1 May 2024 14:21:11 +0200 Subject: Made functions private --- FICS/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FICS') diff --git a/FICS/command.c b/FICS/command.c index f3c9110..1024aae 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -123,7 +123,7 @@ alias_lookup(char *tmp, alias_type *alias_list, int numalias) return -1; /* not found */ } -PUBLIC int +PRIVATE int alias_count(alias_type *alias_list) { int i; @@ -661,7 +661,7 @@ process_login(int p, char *loginname) return 0; } -void +PRIVATE void boot_out(int p, int p1) { int fd; -- cgit v1.2.3