--- rxvt-unicode/src/rxvtperl.h 2006/01/06 18:33:30 1.12 +++ rxvt-unicode/src/rxvtperl.h 2006/01/12 01:30:53 1.16 @@ -28,8 +28,16 @@ HOOK_NUM, }; +struct rxvt_perl_term +{ + void *self; + unsigned long grabtime; +}; + struct rxvt_perl_interp { + char **perl_environ; + rxvt_perl_interp (); ~rxvt_perl_interp ();