From b6e3f6cb5d1051777c35988f201e6730525e3389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 19 Jun 2024 23:52:56 +0900 Subject: =?UTF-8?q?=E6=8E=83=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/user.h') diff --git a/src/user.h b/src/user.h index fc63853..a9f4d97 100644 --- a/src/user.h +++ b/src/user.h @@ -1,7 +1,7 @@ #ifndef USER_H #define USER_H -void display_user_name(); -void display_user_host(); +const char *display_user_name(); +const char *display_user_host(); #endif -- cgit v1.2.3