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

#include <stdio.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 getOS();

#endif
#endif