summaryrefslogtreecommitdiff
path: root/src/logo/sunos.h
blob: 970f819a8b9fa8084a20574eb20a70f4a8b878ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#if defined(__sun)
#ifndef LOGO_SUNOS_H
#define LOGO_SUNOS_H

#include <stdio.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