ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtlib.h.in
(Generate patch)

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.79 by ayin, Tue Dec 11 08:54:08 2007 UTC vs.
Revision 1.81 by ayin, Tue Dec 11 17:42:04 2007 UTC

2#define _RXVTLIB_H_ 2#define _RXVTLIB_H_
3 3
4#include <cstdio> 4#include <cstdio>
5#include <cctype> 5#include <cctype>
6#include <cerrno> 6#include <cerrno>
7@include_stdarg_h@ 7#include <cstdarg>
8@include_stdlib_h@ 8#include <cstdlib>
9@include_stdint_h@ 9@include_stdint_h@
10#include <sys/types.h> 10#include <sys/types.h>
11@include_unistd_h@ 11#include <unistd.h>
12@include_string_h@ 12#include <cstring>
13@include_fcntl_h@
14@include_assert_h@ 13#include <assert.h>
15@include_sys_ioctl_h@ 14@include_sys_ioctl_h@
16@include_sys_time_h@
17@include_time_h@
18@include_sys_select_h@
19@include_sys_strredir_h@ 15@include_sys_strredir_h@
20 16
21#include <sys/wait.h> 17#include <sys/wait.h>
22#include <sys/stat.h> 18#include <sys/stat.h>
23 19
43 */ 39 */
44@rxvt_int16_typedef@ 40@rxvt_int16_typedef@
45@rxvt_uint16_typedef@ 41@rxvt_uint16_typedef@
46@rxvt_int32_typedef@ 42@rxvt_int32_typedef@
47@rxvt_uint32_typedef@ 43@rxvt_uint32_typedef@
48
49/* whatever normal size corresponds to a integer pointer */
50@rxvt_intp_define@
51/* whatever normal size corresponds to a unsigned integer pointer */
52@rxvt_u_intp_define@
53 44
54struct rxvt_fontset; 45struct rxvt_fontset;
55struct rxvt_color; 46struct rxvt_color;
56struct rxvt_vars; /* defined later on */ 47struct rxvt_vars; /* defined later on */
57struct rxvt_term; 48struct rxvt_term;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines