summaryrefslogtreecommitdiff
path: root/src/distro.h
blob: 3897338e3ca8df715d9046012d4fbe52d9d447da (plain)
1
2
3
4
5
6
7
8
9
10
#if defined(__linux__)
#ifndef DISTRO_H
#define DISTRO_H

void display_distro();

extern const char *distroname;

#endif
#endif