oops, that commit wasn't so clean
[hrr.git] / includes.h
blob91764bc06bf114e28a2a1849bd4bde9973aa3b02
1 /*
2 -----BEGIN PGP SIGNED MESSAGE-----
3 Hash: SHA1
5 m m mm mmm .----------. .---------------------. mmm mm m m
6 8 8 88 888 | .--------` | .------------------` 888 88 8 8
7 8 8 88 888 | ```````|`V```````| |``||``|`````| 888 88 8 8
8 8 8 88 888 `------ | | [] | |``````|| | [] | 888 88 8 8
9 8 8 88 888 |`````` | | | ````|```` | | 888 88 8 8
10 ` ` `` ``` ``````````````> |````````````| |`` ``` `` ` `
11 ==============` `---`
12 L A B O R A T O R I E S
14 This file is part of Hacker Radio Rec.
16 Hacker Radio Rec is free software: you can redistribute it and/or
17 modify it under the terms of the GNU General Public License as
18 published by the Free Software Foundation, either version 3 of
19 the License or (at your option) any later version.
21 Hacker Radio Rec is distributed in the hope that it will be
22 useful, but WITHOUT ANY WARRANTY; without even the implied
23 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
24 See the GNU General Public License for more details.
26 Copyright (C) 2009, Thea DeSilva
27 You can find a copy of GNU General Public License in COPYING
29 #include <stdio.h>
30 #include <stdlib.h>
31 #include <fcntl.h>
32 #include <errno.h>
33 #include <sys/stat.h>
34 #include <sys/types.h>
35 #include <sys/time.h>
36 #include <sys/resource.h>
37 #include <sys/ipc.h>
38 #include <sys/msg.h>
39 #include <pthread.h>
40 #include <signal.h>
41 #include <dirent.h>
42 #include <SDL.h>
43 #include <SDL_image.h>
44 #include <ctype.h>
45 #include <string.h>
46 #include <math.h>
47 #include <errno.h>
48 #include <limits.h>
49 #include <time.h>
50 #include <libavdevice/avdevice.h>
51 #include <libavcodec/avcodec.h>
52 #include <libavformat/avformat.h>
53 #include <libavcodec/opt.h>
54 #include <libswscale/swscale.h>
56 #include <libavutil/fifo.h>
57 #include <libavutil/avstring.h>
60 #include <libgui.h>
62 #include <libnot.h>
63 #include <libaudio.h>
65 #include "main.h"
66 #include "bot.h"
67 #include "proc.h"
68 #include "config_file.h"
69 #include "uu.h"
70 #include "spans.h"
73 Thank you for your attention
74 -----BEGIN PGP SIGNATURE-----
75 Version: GnuPG v1.4.9 (OpenBSD)
77 iEYEARECAAYFAkrsgw0ACgkQMNO4A6bnBrMZeACfb1OImWyuLknNXqwNOJC/Mfz0
78 gJwAn3Q1l3XD4yXVkn+Hiod0vFrwSt/K
79 =krPK
80 -----END PGP SIGNATURE-----