diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-19 19:57:33 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-19 19:57:33 +0900 |
commit | e8b7158d34bda940b31fca56c2c97b586d6ee937 (patch) | |
tree | ff03c51d5582d29b0d3020b12951eef2e599810b /src/distro.h | |
parent | b40fc45106967a7fd58581c6218f70b3b376712f (diff) |
Linux: ディストロのロゴの表示
Diffstat (limited to 'src/distro.h')
-rw-r--r-- | src/distro.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/distro.h b/src/distro.h index 3897338..3dc6eb3 100644 --- a/src/distro.h +++ b/src/distro.h @@ -2,7 +2,8 @@ #ifndef DISTRO_H #define DISTRO_H -void display_distro(); +const char *display_distro(); +void get_distro(); extern const char *distroname; |