diff options
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; |