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.28 by root, Tue Jun 12 10:45:53 2012 UTC vs.
Revision 1.29 by root, Tue Jun 30 07:31:24 2020 UTC

49 49
50struct rxvt_perl_interp 50struct rxvt_perl_interp
51{ 51{
52 char **perl_environ; 52 char **perl_environ;
53 53
54 #if 0 // see rxvtperl.xs
54 ~rxvt_perl_interp (); 55 ~rxvt_perl_interp ();
56 #endif
55 57
56 void init (); 58 void init ();
57 void init (rxvt_term *term); 59 void init (rxvt_term *term);
58 void eval (const char *str); 60 void eval (const char *str);
59 bool invoke (rxvt_term *term, hook_type htype, ...); 61 bool invoke (rxvt_term *term, hook_type htype, ...);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines