commit 4d8c22150d533cd0f073d3e0a8c65cabe8257e9b from: Stefan Sperling date: Sun Aug 19 11:04:19 2018 UTC missing 'static' commit - dd04dd3fa26d7797dbf1c6e0afd6d17db799810e commit + 4d8c22150d533cd0f073d3e0a8c65cabe8257e9b blob - 72930dee6fbdc15edfa1b463dc48c81de274a127 blob + bd75a798e21e62084e6f2b3523cfcb01f3f690c1 --- tog/tog.c +++ tog/tog.c @@ -294,7 +294,7 @@ view_open(int nlines, int ncols, int begin_y, int begi return view; } -const struct got_error * +static const struct got_error * view_show(struct tog_view *view) { const struct got_error *err; @@ -309,7 +309,7 @@ view_show(struct tog_view *view) return err; } -const struct got_error * +static const struct got_error * view_resize(struct tog_view *view) { int nlines, ncols;