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

Comparing rxvt-unicode/src/rxvtperl.h (file contents):
Revision 1.14 by root, Sun Jan 8 08:43:11 2006 UTC vs.
Revision 1.17 by root, Thu Jan 12 01:38:37 2006 UTC

34 unsigned long grabtime; 34 unsigned long grabtime;
35}; 35};
36 36
37struct rxvt_perl_interp 37struct rxvt_perl_interp
38{ 38{
39 rxvt_perl_interp (); 39 char **perl_environ;
40
40 ~rxvt_perl_interp (); 41 ~rxvt_perl_interp ();
41 42
42 bool should_invoke[HOOK_NUM]; 43 bool should_invoke[HOOK_NUM];
43 44
44 void init (bool tainted); 45 void init ();
45 bool invoke (rxvt_term *term, hook_type htype, ...); 46 bool invoke (rxvt_term *term, hook_type htype, ...);
46 void line_update (rxvt_term *term); 47 void line_update (rxvt_term *term);
47}; 48};
48 49
49extern struct rxvt_perl_interp rxvt_perl; 50extern struct rxvt_perl_interp rxvt_perl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines