tAdd prototypes for all functions - glazier - window management experiments
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 54f7505dfcfd577a266114dda914e651754b3736
 (DIR) parent ad2704a6afc551fed0a65ef0324c6f3b89a83ae0
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Thu, 24 Oct 2019 23:57:50 +0200
       
       Add prototypes for all functions
       
       Diffstat:
         M glazier.c                           |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/glazier.c b/glazier.c
       t@@ -21,7 +21,9 @@ struct cursor_t {
                int b;
        };
        
       +void usage(char *);
        static int takeover();
       +static int adopt(xcb_window_t);
        static int ev_callback(xcb_generic_event_t *);
        
        /* XCB events callbacks */