Dillo
v3.1.1-98-g318d1f14
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
*/
31
extern
const
char
*
AboutSplash
;
32
33
34
#endif
/* __IO_H__ */
35
AboutSplash
const char * AboutSplash
HTML text for startup screen.
Definition
about.c:18
d_size.h
src
IO
IO.h
Generated on Sun Nov 17 2024 01:31:44 for Dillo by
1.9.8