summaryrefslogtreecommitdiff
path: root/src/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.h')
-rw-r--r--src/user.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/user.h b/src/user.h
new file mode 100644
index 0000000..fc63853
--- /dev/null
+++ b/src/user.h
@@ -0,0 +1,7 @@
+#ifndef USER_H
+#define USER_H
+
+void display_user_name();
+void display_user_host();
+
+#endif