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

void display_distro();

#endif
#endif