Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
IO.h
Go to the documentation of this file.
1#ifndef __IO_H__
2#define __IO_H__
3
4#include "d_size.h"
5#include "../../dlib/dlib.h"
6#include "../chain.h"
7
8/*
9 * IO Operations
10 */
11#define IORead 0
12#define IOWrite 1
13#define IOClose 2
14#define IOAbort 3
15
16/*
17 * IO constants
18 */
19#define IOBufLen 8192
20
21
22/*
23 * Exported functions
24 */
25/* Note: a_IO_ccc() is defined in Url.h together with the *_ccc() set */
26
27
28/*
29 * Exported data
30 */
31extern const char *AboutSplash;
32
33
34#endif /* __IO_H__ */
35
const char * AboutSplash
HTML text for startup screen.
Definition about.c:18