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

const char *display_distro();
void get_distro();

extern const char *distroname;

#endif
#endif