--- rxvt-unicode/src/rxvtperl.h 2006/01/16 08:29:57 1.19 +++ rxvt-unicode/src/rxvtperl.h 2006/01/25 00:42:21 1.21 @@ -22,7 +22,8 @@ DT_LONG, DT_STR, // 0-terminates string DT_STR_LEN, // string + length - DT_WCS_LEN, // wstring + length + DT_WCS_LEN, // wchar_t* + length + DT_LCS_LEN, // long* + length DT_XEVENT, }; @@ -46,7 +47,7 @@ ~rxvt_perl_interp (); - void init (); + void init (rxvt_term *term); bool invoke (rxvt_term *term, hook_type htype, ...); void line_update (rxvt_term *term); };