summaryrefslogtreecommitdiff
path: root/src/logo/freebsd.h
blob: b6ab8ec5742f495dfb532630580d62253ed9e91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if defined(__FreeBSD__)
#ifndef LOGO_FREEBSD_H
#define LOGO_FREEBSD_H

#include "colors.h"

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

void getOS();

#endif
#endif