summaryrefslogtreecommitdiff
path: root/src/logo/linux.h
blob: a92f639d108abc00848468255ca75c5229352153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#if defined(__linux__)
#ifndef LOGO_LINUX_H
#define LOGO_LINUX_H

#include "../distro.h"
#include "colors.h"

extern char *LOGO[23];
extern char *LOGO_SMALL[23];
extern const char *color;
extern const char *titlecolor;
extern size_t logosize;

void getDistro(const char *distroname);

#endif
#endif