Make save_scroll() static.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Feb 2003 15:42:01 +0000 (15:42 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Feb 2003 15:42:01 +0000 (15:42 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@2766 cda61777-01e9-0310-a592-d414129be87e

terminal.c

index 9f79701..5ab7e1b 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 &&