1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Removed some extra ';' chars which made it not compile with perl 5.00x.

textbuffer_get_lines() now actually returns the value.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1734 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-08-09 10:26:02 +00:00 committed by cras
parent 01d3e74f63
commit 33fbc0a069

View File

@ -32,7 +32,7 @@ void
textbuffer_view_clear(view)
Irssi::TextUI::TextBufferView view
void
Irssi::TextUI::Line
textbuffer_view_get_lines(view)
Irssi::TextUI::TextBufferView view
@ -72,12 +72,12 @@ textbuffer_view_set_bookmark(view, name, line)
Irssi::TextUI::Line line
void
textbuffer_view_set_bookmark_bottom(view, name);
textbuffer_view_set_bookmark_bottom(view, name)
Irssi::TextUI::TextBufferView view
char *name
Irssi::TextUI::Line
textbuffer_view_get_bookmark(view, name);
textbuffer_view_get_bookmark(view, name)
Irssi::TextUI::TextBufferView view
char *name