summaryrefslogtreecommitdiff
path: root/src/user.h
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-19 23:52:56 +0900
committer諏訪子 <suwako@076.moe>2024-06-19 23:52:56 +0900
commitb6e3f6cb5d1051777c35988f201e6730525e3389 (patch)
tree98679f1995f7b103f3314ce54fdf0d1c76df6dbd /src/user.h
parent8f378429801162d690dc68c0f15b483c1d291838 (diff)
掃除
Diffstat (limited to 'src/user.h')
-rw-r--r--src/user.h4
1 files changed, 2 insertions, 2 deletions
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