]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Make save_scroll() static.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Feb 2003 15:42:01 +0000 (15:42 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Feb 2003 15:42:01 +0000 (15:42 +0000)
[originally from svn r2766]

terminal.c

index 9f79701d35fb6c32682ba323f4ac05290501381e..5ab7e1bf0a6c956b56433feee6b9c5f6a257ec1d 100644 (file)
@@ -804,7 +804,7 @@ static void scroll(Terminal *term, int topline, int botline, int lines, int sb)
  * If the scroll is on the same area as the last scroll in the list,
  * merge them.
  */
-void save_scroll(Terminal *term, int topline, int botline, int lines)
+static void save_scroll(Terminal *term, int topline, int botline, int lines)
 {
     struct scrollregion *newscroll;
     if (term->scrolltail &&