summaryrefslogtreecommitdiff
path: root/src/distro.c
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 15:59:14 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 15:59:14 +0900
commit6a98565d052608ea4f0d174d45497f5a4ffb63d2 (patch)
tree9bc7cdba210daa6ce238dbda82dcb1c346462e32 /src/distro.c
parent656923fefbcef9e4071a477194e5706171ee5c18 (diff)
paleofetchからロゴの追加
Diffstat (limited to 'src/distro.c')
-rw-r--r--src/distro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/distro.c b/src/distro.c
index 75bf0a4..845f85e 100644
--- a/src/distro.c
+++ b/src/distro.c
@@ -5,6 +5,8 @@
#include <string.h>
#include <unistd.h>
+const char *distroname;
+
void display_distro() {
char buf[1288];
const char *cmd = NULL;