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

void display_distro();

const char *distroname;

#endif
#endif