From 3a22e6a6c5ad10e8c5cb9abb3615d2a8867d63e9 Mon Sep 17 00:00:00 2001 From: N-R-K Date: Tue, 3 May 2022 15:36:57 +0000 Subject: Declare every extern function/variable in `nsxiv.h` (#268) with a couple exceptions as they cause too many -Wshadow warnings. also moves the `extcmd_t` typedef on top for cosmetic purposes. also enable `-Wmissing-prototypes` in the ci --- window.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'window.c') diff --git a/window.c b/window.c index 57245e9..69c7b66 100644 --- a/window.c +++ b/window.c @@ -30,8 +30,6 @@ #include #include -extern size_t get_win_title(unsigned char *, int, bool); - #if HAVE_LIBFONTS #include "utf8.h" static XftFont *font; -- cgit v1.2.3-54-g00ecf